diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-27 19:41:32 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-27 19:41:32 +0200 |
| commit | 4d315bee3d36e2d4c6714ab570e50503f00d23cf (patch) | |
| tree | 3eb5712702e3b0bc0b2ebd9f2a9a204dc00b7fc1 /sql | |
| parent | 24b0a6f6c3ad35104f1774c1478a3c9b3e82d6eb (diff) | |
Core/Spells: Convert "Maim Interrupt" and "Deadly Throw Interrupt" in generic script
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_07_27_07_world_spell_script_names_434.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_27_07_world_spell_script_names_434.sql b/sql/updates/world/2013_07_27_07_world_spell_script_names_434.sql new file mode 100644 index 00000000000..781691f15b3 --- /dev/null +++ b/sql/updates/world/2013_07_27_07_world_spell_script_names_434.sql @@ -0,0 +1,6 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` IN ( +32748,44835 +); +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(32748,'spell_gen_interrupt'), +(44835,'spell_gen_interrupt'); |
