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

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;