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:
damnablebear
2023-09-04 15:51:12 -04:00
committed by GitHub
parent cacb32f423
commit 34ff19309f

View File

@@ -0,0 +1 @@
UPDATE `gameobject` SET `position_y` = -5124.500500, `position_z` = 87.242325 WHERE `guid` = 9329 and `id` = 2047;