fix(Core/Spell): Handle ClearAllDebuffs (#5006)
This commit is contained in:
parent
c19ea1f7ad
commit
07f2087683
4 changed files with 74 additions and 6 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1616715058536439500');
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_gen_clear_debuffs';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(34098, 'spell_gen_clear_debuffs');
|
||||
Loading…
Add table
Add a link
Reference in a new issue