mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 05:11:55 +01:00
DB/Creatures: added velocity values for the cyclic splines of Ban'thalos, Xariona, Tank and Blazewing
This commit is contained in:
8
sql/updates/world/4.3.4/2020_09_25_00_world.sql
Normal file
8
sql/updates/world/4.3.4/2020_09_25_00_world.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- Ban'thalos
|
||||
UPDATE `waypoint_data` SET `velocity`= 4.6 WHERE `id`= 3878490;
|
||||
-- Blazewing
|
||||
UPDATE `waypoint_data` SET `velocity`= 16 WHERE `id`= 3860060;
|
||||
-- Tank
|
||||
UPDATE `waypoint_data` SET `velocity`= 9 WHERE `id`= 2916760;
|
||||
-- Xariona
|
||||
UPDATE `waypoint_data` SET `velocity`= 14.6 WHERE `id`= 3964070;
|
||||
Reference in New Issue
Block a user