mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix(DB/gameobject): Dalaran Forge Spell Focus range (#3681)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user