mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Fix Baron Geddon and Ragnaros in Molten Core to do pure fire elemental damage with their melee attacks.
This commit is contained in:
2
sql/updates/world/2016_02_22_00_world.sql
Normal file
2
sql/updates/world/2016_02_22_00_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user