mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/Gameobject): Adjust position for unsniffed Truesilver node (#17112)
* fix(DB/Azshara): adjusting y and z axes for node Adjusted position Y and position Z to make node spawn a bit more present and less above-ground than it was before. Sticks out of the ground an appropriate amount like other nodes now. * Update truesilver-azshara-spawn-guid-9329-update.sql * fix(DB/Azshara): adjusting y and z axes for node Moving file to the correct folder * Delete truesilver-azshara-spawn-guid-9329-update.sql had this file in the wrong directory * changed eol to unix conversion
This commit is contained in:
@@ -0,0 +1 @@
|
||||
UPDATE `gameobject` SET `position_y` = -5124.500500, `position_z` = 87.242325 WHERE `guid` = 9329 and `id` = 2047;
|
||||
Reference in New Issue
Block a user