aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2014_08_26_08_world_creature_template.sql17
1 files changed, 17 insertions, 0 deletions
diff --git a/sql/updates/world/2014_08_26_08_world_creature_template.sql b/sql/updates/world/2014_08_26_08_world_creature_template.sql
new file mode 100644
index 00000000000..b0e6ef7cbf6
--- /dev/null
+++ b/sql/updates/world/2014_08_26_08_world_creature_template.sql
@@ -0,0 +1,17 @@
+-- Gruul's Lair Damage Update
+-- High King Maulgar
+UPDATE `creature_template` SET `BaseAttackTime`=2300, `DamageModifier`=37.5 WHERE `entry`=18831;
+-- Krosh Firehand
+UPDATE `creature_template` SET `BaseAttackTime`=2000, `DamageModifier`=16 WHERE `entry`=18832;
+-- Olm the Summoner
+UPDATE `creature_template` SET `BaseAttackTime`=2000, `DamageModifier`=16 WHERE `entry`=18834;
+-- Kiggler the Crazed
+UPDATE `creature_template` SET `BaseAttackTime`=2000, `DamageModifier`=26 WHERE `entry`=18835;
+-- Blindeye the Seer
+UPDATE `creature_template` SET `BaseAttackTime`=2000, `DamageModifier`=6.55 WHERE `entry`=18836;
+-- Gruul the Dragonkiller
+UPDATE `creature_template` SET `BaseAttackTime`=2000, `DamageModifier`=24.4 WHERE `entry`=19044;
+-- Lair Brute
+UPDATE `creature_template` SET `BaseAttackTime`=2000, `DamageModifier`=28.75 WHERE `entry`=19389;
+-- Gronn-Priest
+UPDATE `creature_template` SET `BaseAttackTime`=2000, `DamageModifier`=24.95 WHERE `entry`=21350;