mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 16:39:08 +01:00
DB/Spawn: Fix position for spawns related to the quest Standards and Practices
(cherry picked from commit f039c30cb8)
This commit is contained in:
@@ -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