mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature_template: Gruul's Lair Damage Update
This commit is contained in:
17
sql/updates/world/2014_08_26_08_world_creature_template.sql
Normal file
17
sql/updates/world/2014_08_26_08_world_creature_template.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user