mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(DB/creature_addon): Remove extra attacks from Naxxramas NPCs (#4773)
Co-authored-by: T1ti <T1ti@users.noreply.github.com> Co-authored-by: Hacki95 <Hacki95@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1615313723387834900');
|
||||
|
||||
UPDATE `creature_addon` SET `auras`='' WHERE `guid` IN (
|
||||
/* Anub'Rekhan */ 127814,
|
||||
/* Gluth */ 127782,
|
||||
/* Venom Stalkers */ 127868, 127869, 127870, 127871);
|
||||
|
||||
Reference in New Issue
Block a user