aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortreeston <treeston.mmoc@gmail.com>2016-02-22 04:30:33 +0100
committerShauren <shauren.trinity@gmail.com>2016-04-08 20:02:33 +0200
commit745b771a4f2fe1b878a008c2c893066861052f2c (patch)
tree92738f6d1ee8590de311a85705c32184a2e257bf
parente06d4d424cccc5726c831cf90f565c030c51c9f4 (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.sql2
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);