diff options
author | Machiavelli <machiavelli.trinity@gmail.com> | 2011-11-28 15:42:32 +0100 |
---|---|---|
committer | Machiavelli <machiavelli.trinity@gmail.com> | 2011-11-28 15:42:32 +0100 |
commit | 059d4f52a3efd8695ec1e10c31959e24e50185c4 (patch) | |
tree | 64fbe879c99c031aca1fbcae26d3ac0feeae8abc /sql | |
parent | 487da95a924458acf323e8d99b4c87b15f6d0ed5 (diff) | |
parent | 0b4b853a0530be6c2557dbc9f46ab61c0767f0cc (diff) |
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.x
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2011_11_27_00_world_creature_template.sql | 4 | ||||
-rw-r--r-- | sql/updates/world/2011_11_27_00_world_spell_script.sql | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/2011_11_27_00_world_creature_template.sql b/sql/updates/world/2011_11_27_00_world_creature_template.sql new file mode 100644 index 00000000000..f29586ea142 --- /dev/null +++ b/sql/updates/world/2011_11_27_00_world_creature_template.sql @@ -0,0 +1,4 @@ +UPDATE `creature_template` SET `mindmg`=509,`maxdmg`=683,`attackpower`=805,`dmg_multiplier`=150 WHERE `entry`=36597; -- The Lich King 10N +UPDATE `creature_template` SET `mindmg`=509,`maxdmg`=683,`attackpower`=805,`dmg_multiplier`=180 WHERE `entry`=39166; -- The Lich King 25N +UPDATE `creature_template` SET `mindmg`=509,`maxdmg`=683,`attackpower`=805,`dmg_multiplier`=180 WHERE `entry`=39167; -- The Lich King 10H +UPDATE `creature_template` SET `mindmg`=509,`maxdmg`=683,`attackpower`=805,`dmg_multiplier`=225 WHERE `entry`=39168; -- The Lich King 25H 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..5411d660c2b --- /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 |