aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2011-02-07 21:04:51 +0100
committerShauren <shauren.trinity@gmail.com>2011-02-07 21:04:51 +0100
commit9c3e841c94b589fb54fceb5af12f8682737a20e6 (patch)
tree042b659184a2131a226793530de746814dd7f38e
parent02f5f3109b5f1c5dbe700636d6ed1543de89260d (diff)
DB/Templates: Fixed Mutated Abomination stats and difficulty linking
-rw-r--r--sql/updates/world/2011_02_07_0_world_creature_template.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2011_02_07_0_world_creature_template.sql b/sql/updates/world/2011_02_07_0_world_creature_template.sql
new file mode 100644
index 00000000000..216adb1c52a
--- /dev/null
+++ b/sql/updates/world/2011_02_07_0_world_creature_template.sql
@@ -0,0 +1,5 @@
+UPDATE `creature_template` SET `minlevel`=80,`maxlevel`=80,`dynamicflags`=0,`VehicleId`=591,`minrangedmg`=345,`maxrangedmg`=509,`rangedattackpower`=103,`mindmg`=422,`maxdmg`=586,`attackpower`=642,`dmg_multiplier`=7.5,`spell3`=70542,`spell6`=71516 WHERE `entry` IN (37672,38285,38605,38786,38787,38788,38789,38790);
+UPDATE `creature_template` SET `spell1`=70360,`spell2`=70539 WHERE `entry` IN (38605,38786,38787);
+UPDATE `creature_template` SET `spell1`=72527,`spell2`=72457 WHERE `entry` IN (38788,38789,38790);
+UPDATE `creature_template` SET `difficulty_entry_1`=38605,`difficulty_entry_2`=38786,`difficulty_entry_3`=38787 WHERE `entry`=37672;
+UPDATE `creature_template` SET `difficulty_entry_1`=38788,`difficulty_entry_2`=38789,`difficulty_entry_3`=38790 WHERE `entry`=38285;