Fix Baron Geddon and Ragnaros in Molten Core to do pure fire elemental damage with their melee attacks.

This commit is contained in:
treeston
2016-02-22 04:30:33 +01:00
parent 54c012f0e8
commit 9c0deaaebb

View File

@@ -0,0 +1,2 @@
-- baron geddon & ragnaros do pure fire elemental damage with melee attacks
UPDATE `creature_template` SET `dmgschool`=2 WHERE `entry` in (12056,11502);