fix(DB/gameobject): Dalaran Forge Spell Focus range (#3681)
This commit is contained in:
parent
c5dd1de688
commit
2ffa657d25
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1605096696090340600');
|
||||
|
||||
UPDATE `gameobject_template` SET `data1` = 4 WHERE `entry` = 30;
|
||||
UPDATE `gameobject` SET `position_x` = 5911.18 WHERE `guid` = 5272;
|
||||
UPDATE `gameobject` SET `position_x` = 5904.73 WHERE `guid` = 5273;
|
||||
Loading…
Add table
Add a link
Reference in a new issue