diff options
| author | tehmarto <tehmarto@trinitycore.contributor> | 2011-05-15 22:26:54 +0700 |
|---|---|---|
| committer | tobmaps <spambot42@yandex.ru> | 2011-05-15 22:26:54 +0700 |
| commit | b135ef0f624aaabb31cb2dce9c6a838d1d2e5bfd (patch) | |
| tree | 08ae666c7074fd448e00f75802ea626378c3dc97 /sql/updates | |
| parent | bfe61c7998adfd90e87623ca5afc19cad88648e2 (diff) | |
Core/Spells: Fix Banish removal behavior
Closes #143 & #1173
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2011_05_15_02_world_spell_script_names.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_15_02_world_spell_script_names.sql b/sql/updates/world/2011_05_15_02_world_spell_script_names.sql new file mode 100644 index 00000000000..23e3f22962b --- /dev/null +++ b/sql/updates/world/2011_05_15_02_world_spell_script_names.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` IN (710,18647); +INSERT INTO `spell_script_names` VALUES (710,"spell_warl_banish"),(18647,"spell_warl_banish"); |
