fix(DB/SAI): Plague Cauldron Target should remove all auras on event … (#12294)
fix(DB/SAI): Plague Cauldron Target should remove all auras on event completion. Fixes #12221
This commit is contained in:
parent
44094613b5
commit
b76b6c4e2f
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=3177300 AND `source_type`=9 AND `id`=46;
|
||||
INSERT INTO `smart_scripts` VALUES
|
||||
(3177300,9,46,0,0,0,100,0,0,0,0,0,0,28,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Script9 - Remove all auras');
|
||||
Loading…
Add table
Add a link
Reference in a new issue