diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-23 19:17:49 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-23 19:17:49 +0200 |
| commit | c08ba7510b5a534d1e45f580fb936979eeaf9f85 (patch) | |
| tree | e912ea6bf3b0ae55f61f74f67d8090251e2b3598 /sql | |
| parent | 0c3a93948fafd4e0120b99ee20034c6578bdea67 (diff) | |
Core/Spells: Fix override for warlock "Nether Ward"
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_07_23_06_world_spell_spell_script_names_434.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_23_06_world_spell_spell_script_names_434.sql b/sql/updates/world/2013_07_23_06_world_spell_spell_script_names_434.sql new file mode 100644 index 00000000000..6fc936c1a71 --- /dev/null +++ b/sql/updates/world/2013_07_23_06_world_spell_spell_script_names_434.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`IN (82925,82926); +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(687,'spell_warl_nether_ward_overrride'), +(28176,'spell_warl_nether_ward_overrride'); |
