mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 07:06:23 +00:00
fix(DB/creature_addon): Add "Double Attack" back on Anub'Rekhan and Gluth (#4779)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1615331557980116000');
|
||||
|
||||
UPDATE `creature_addon` SET `auras`='19818' WHERE `guid`=127782; -- fix Gluth
|
||||
UPDATE `creature_addon` SET `auras`='18943' WHERE `guid`=127814; -- fix Anub'Rekhan
|
||||
|
||||
Reference in New Issue
Block a user