mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Spawn: Fix some under-map creature and gobs
This commit is contained in:
3
sql/updates/world/3.3.5/2020_05_04_06_world.sql
Normal file
3
sql/updates/world/3.3.5/2020_05_04_06_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `gameobject` SET `position_z`=219.7 WHERE `guid` IN (160660,160760);
|
||||
UPDATE `creature` SET `position_z`=219.50451 WHERE `guid` IN (110729);
|
||||
Reference in New Issue
Block a user