diff options
author | Malcrom <malcromdev@gmail.com> | 2014-08-26 23:50:10 -0230 |
---|---|---|
committer | Malcrom <malcromdev@gmail.com> | 2014-08-26 23:50:10 -0230 |
commit | 5e18cf92204d2f2fced2736dde157535dffbf261 (patch) | |
tree | 1229015444b87b4158c1e8e9e808a9850679ab93 | |
parent | 45b149b91e6e35a8aaf9f55c504151376a38d6de (diff) |
DB/Creature_template: Gruul's Lair Damage Update
-rw-r--r-- | sql/updates/world/2014_08_26_08_world_creature_template.sql | 17 |
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; |