diff options
| author | Shauren <shauren.trinity@gmail.com> | 2016-03-27 19:45:23 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-03-27 19:45:23 +0200 |
| commit | b2bd181a5f5e183c0f22695f0ea094c8045b3f08 (patch) | |
| tree | 9540e3128102dd77a876204088485258bd686e11 /sql | |
| parent | 924d59b372b8681baf51d6cfb3fe0f9040b55623 (diff) | |
| parent | 8de7e12a6e16dd9e38deafe683e2165a26125410 (diff) | |
Merge pull request #16848 from P-Kito/debuff_remove
[3.3.5/6.x] Scripts/Spells: Add generic spell to handle ClearDebuffs spell
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2016_03_27_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2016_03_27_00_world.sql b/sql/updates/world/2016_03_27_00_world.sql new file mode 100644 index 00000000000..9421881c88a --- /dev/null +++ b/sql/updates/world/2016_03_27_00_world.sql @@ -0,0 +1,3 @@ +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'); |
