diff options
| author | Kito <kito@vortexirc.com> | 2016-03-26 23:35:56 +0100 |
|---|---|---|
| committer | Kito <kito@vortexirc.com> | 2016-03-27 19:30:03 +0200 |
| commit | 8de7e12a6e16dd9e38deafe683e2165a26125410 (patch) | |
| tree | f5c13ad177210d648078a34820545d99248c11a8 /sql | |
| parent | 7c7029c25c9f07ae6ec14c44cdea75c2cb935499 (diff) | |
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'); |
