fix(DB/Gameobject): Move flying ore node to the ground in Storm Peaks (#24328)

Co-authored-by: sudlud <sudlud@users.noreply.github.com>
This commit is contained in:
Gultask 2026-01-05 20:15:46 -03:00 committed by GitHub
parent 56bb4498cb
commit 2568b98c14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
--
UPDATE `gameobject` SET `position_z` = 864.1913, `Comment` = 'original position_z: 870.297', `VerifiedBuild` = -47720 WHERE `guid` IN (5710989, 5710990, 5710991) AND `id` IN (189980, 189981, 191133);