mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
DB/Spawn: Fix position for spawns related to the quest Standards and Practices
This commit is contained in:
3
sql/updates/world/3.3.5/2019_03_04_03_world.sql
Normal file
3
sql/updates/world/3.3.5/2019_03_04_03_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `gameobject` SET `position_x`=-2474.439941, `position_y`=6111.160156, `position_z`=91.762901 WHERE `guid` IN (22717);
|
||||
UPDATE `creature` SET `position_x`=-2474.439941, `position_y`=6111.160156, `position_z`=91.762901 WHERE `guid` IN (65642);
|
||||
Reference in New Issue
Block a user