aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2011-11-27 11:28:39 +0100
committerShauren <shauren.trinity@gmail.com>2011-11-27 11:28:39 +0100
commit015e4596165fa435bb966bbc9ad55157508bb265 (patch)
tree3a2c45c94c0b2d79e1eca6d3cb242b8c93306c54 /sql
parentdd06dc75e6afde438b7f2fee3725f06e090dc640 (diff)
DB/Templates: Fixed The Lich King damage (previous sql had typos in creature entries and pointed to non-existing templates)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2011_11_27_00_world_creature_template.sql4
1 files changed, 4 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