fix(DB/Gameobject): fix spell focus location for 'Will of the Titans' (#23683)
This commit is contained in:
parent
7285b23cb1
commit
388f18895d
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue