mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
DB/Creature: Fix Z axis for some Winter Veil npcs
Closes #18502 3.3.5 Only
This commit is contained in:
4
sql/updates/world/3.3.5/2016_12_23_00_world_335.sql
Normal file
4
sql/updates/world/3.3.5/2016_12_23_00_world_335.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
UPDATE `Creature` SET `position_z`=17.3676 WHERE `guid`=53620;
|
||||
UPDATE `Creature` SET `position_z`=17.0995 WHERE `guid`=53618;
|
||||
UPDATE `Creature` SET `position_z`=15.8220 WHERE `guid`=53646;
|
||||
Reference in New Issue
Block a user