From 9c0deaaebbbd2861e10a365e283000008a2a188f Mon Sep 17 00:00:00 2001 From: treeston Date: Mon, 22 Feb 2016 04:30:33 +0100 Subject: Fix Baron Geddon and Ragnaros in Molten Core to do pure fire elemental damage with their melee attacks. --- sql/updates/world/2016_02_22_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2016_02_22_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2016_02_22_00_world.sql b/sql/updates/world/2016_02_22_00_world.sql new file mode 100644 index 00000000000..d92ea91681a --- /dev/null +++ b/sql/updates/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); -- cgit v1.2.3