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:
parent
cacb32f423
commit
34ff19309f
1 changed files with 1 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
UPDATE `gameobject` SET `position_y` = -5124.500500, `position_z` = 87.242325 WHERE `guid` = 9329 and `id` = 2047;
|
||||
Loading…
Add table
Add a link
Reference in a new issue