mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
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:
@@ -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');
|
||||
Reference in New Issue
Block a user