diff options
author | treeston <treeston.mmoc@gmail.com> | 2016-02-22 04:30:33 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-04-08 20:02:33 +0200 |
commit | 745b771a4f2fe1b878a008c2c893066861052f2c (patch) | |
tree | 92738f6d1ee8590de311a85705c32184a2e257bf | |
parent | e06d4d424cccc5726c831cf90f565c030c51c9f4 (diff) |
Fix Baron Geddon and Ragnaros in Molten Core to do pure fire elemental damage with their melee attacks.
(cherry picked from commit 9c0deaaebbbd2861e10a365e283000008a2a188f)
-rw-r--r-- | sql/updates/world/2016_04_08_13_world_2016_02_22_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_08_13_world_2016_02_22_00_world.sql b/sql/updates/world/2016_04_08_13_world_2016_02_22_00_world.sql new file mode 100644 index 00000000000..d92ea91681a --- /dev/null +++ b/sql/updates/world/2016_04_08_13_world_2016_02_22_00_world.sql @@ -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); |