Compat/TDB
* drop references to script_waypoint and waypoints tables, removed in >91dcae540e>f3b691dcb0* db requirement bump
This commit is contained in:
parent
289d5062bd
commit
9db943e8f4
5 changed files with 32 additions and 47 deletions
|
|
@ -64,7 +64,7 @@ class SmartAction
|
|||
public const ACTION_SUMMON_GO = 50; // Spawns Gameobject, use target_type to set spawn position.
|
||||
public const ACTION_KILL_UNIT = 51; // Kills Creature.
|
||||
public const ACTION_ACTIVATE_TAXI = 52; // Sends player to flight path. You have to be close to Flight Master, which gives Taxi ID you need.
|
||||
public const ACTION_WP_START = 53; // Creature starts Waypoint Movement. Use waypoints table to create movement.
|
||||
public const ACTION_WP_START = 53; // Creature starts Waypoint Movement. Use waypoint_data table to create movement.
|
||||
public const ACTION_WP_PAUSE = 54; // Creature pauses its Waypoint Movement for given time.
|
||||
public const ACTION_WP_STOP = 55; // Creature stops its Waypoint Movement.
|
||||
public const ACTION_ADD_ITEM = 56; // Adds item(s) to player.
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@ if (!defined('AOWOW_REVISION'))
|
|||
define('JSON_AOWOW_POWER', JSON_PRETTY_PRINT | JSON_NUMERIC_CHECK | JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES);
|
||||
define('FILTER_FLAG_STRIP_AOWOW', FILTER_FLAG_STRIP_LOW | FILTER_FLAG_STRIP_HIGH | FILTER_FLAG_STRIP_BACKTICK);
|
||||
|
||||
define('TDB_WORLD_MINIMUM_VER', 21101);
|
||||
define('TDB_WORLD_EXPECTED_VER', 24041);
|
||||
define('TDB_WORLD_MINIMUM_VER', 25101);
|
||||
define('TDB_WORLD_EXPECTED_VER', 25101);
|
||||
|
||||
// as of 01.01.2024 https://www.wowhead.com/wotlk/de/spell=40120/{seo}
|
||||
// https://www.wowhead.com/wotlk/es/search=vuelo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue