diff options
| author | PKX <pkx.icehell@gmail.com> | 2011-11-15 16:00:40 +0100 |
|---|---|---|
| committer | PKX <pkx.icehell@gmail.com> | 2011-11-26 22:53:13 +0100 |
| commit | 61866831caca9f2c980e518bf6b0b8b8691ad151 (patch) | |
| tree | 0fd0b1a73c29faf2e2c57d664038a049cb26e16c /sql | |
| parent | 3d21444db689d5b2eecd933ee6202b5636d7f2e2 (diff) | |
Core/Spells: Fix Damage Taken raid buffs
Fixes 3% reduced damage taken from Blessing of Sanctuary and Renewed Hope
Signed-off-by: PKX <pkx.icehell@gmail.com>
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_11_27_00_world_spell_script.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2011_11_27_00_world_spell_script.sql b/sql/updates/world/2011_11_27_00_world_spell_script.sql new file mode 100644 index 00000000000..2919c3e6538 --- /dev/null +++ b/sql/updates/world/2011_11_27_00_world_spell_script.sql @@ -0,0 +1,6 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_damage_reduction_aura'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(20911,'spell_gen_damage_reduction_aura'), -- Blessing of Sanctuary +(25899,'spell_gen_damage_reduction_aura'), -- Greater Blessing of Sanctuary +(63944,'spell_gen_damage_reduction_aura'), -- Renewed Hope +(50720,'spell_gen_damage_reduction_aura'); -- Vigilance
\ No newline at end of file |
