aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKito <kito@vortexirc.com>2016-03-26 23:35:56 +0100
committerKito <kito@vortexirc.com>2016-03-27 19:30:03 +0200
commit8de7e12a6e16dd9e38deafe683e2165a26125410 (patch)
treef5c13ad177210d648078a34820545d99248c11a8 /sql
parent7c7029c25c9f07ae6ec14c44cdea75c2cb935499 (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.sql3
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');