fix(DB/Gameobject): fix spell focus location for 'Will of the Titans' (#23683)

This commit is contained in:
sudlud 2025-11-15 02:24:05 +01:00 committed by GitHub
parent 7285b23cb1
commit 388f18895d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
-- fix spell focus location for quest 'Will of the Titans'
UPDATE `gameobject` SET `position_x` = 5110.11, `position_y` = 5471.22, `position_z` = -91.84 WHERE `id` = 190781 AND `guid` = 99745;