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:
UltraNix
2022-07-03 16:38:38 +02:00
committed by GitHub
parent 44094613b5
commit b76b6c4e2f

View File

@@ -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');