diff options
| author | Kandera <KanderaDev@gmail.com> | 2012-06-18 12:48:34 -0400 |
|---|---|---|
| committer | Kandera <KanderaDev@gmail.com> | 2012-06-18 12:48:34 -0400 |
| commit | 2affb39bc0adcfa5758268222a115e3eb3a3247d (patch) | |
| tree | 557adc455fdc7926d639bab9d036ef7109b68bdc /sql/updates | |
| parent | bd7299ac35600f4f084074c95c64ba27cad04ac4 (diff) | |
Core/Spells: fix bloodthirst. again.
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2012_06_18_01_world_spell_script_names.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_06_18_01_world_spell_script_names.sql b/sql/updates/world/2012_06_18_01_world_spell_script_names.sql new file mode 100644 index 00000000000..5f227a887d7 --- /dev/null +++ b/sql/updates/world/2012_06_18_01_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` = 23880; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(23880, 'spell_warr_bloodthirst_heal'); |
