diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-26 02:43:55 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-26 02:43:55 +0200 |
| commit | c764e3e1c0ca68bda689fe91d5cacaca6703ffbc (patch) | |
| tree | dbb03c46752d09bcd756a13c6880bb4a4af30b0e /sql/updates | |
| parent | b96945bd4bbc671c3a57e92f9e3cd63553c65eb2 (diff) | |
Core/Spells: Fix warrior "Rend" damage
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2013_07_26_02_world_spell_misc_434.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_26_02_world_spell_misc_434.sql b/sql/updates/world/2013_07_26_02_world_spell_misc_434.sql new file mode 100644 index 00000000000..77f271154f0 --- /dev/null +++ b/sql/updates/world/2013_07_26_02_world_spell_misc_434.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warr_rend'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(94009, 'spell_warr_rend'); |
