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:
parent
60d684282b
commit
9d09623354
1 changed files with 7 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue