diff options
| author | treeston <treeston.mmoc@gmail.com> | 2016-02-22 04:30:33 +0100 |
|---|---|---|
| committer | treeston <treeston.mmoc@gmail.com> | 2016-02-22 04:30:33 +0100 |
| commit | 9c0deaaebbbd2861e10a365e283000008a2a188f (patch) | |
| tree | 98d173cd9ff5a8f79da7323afd1d148b501b1f1e | |
| parent | 54c012f0e8b675d8cb1d8dca4decd9367ec5af57 (diff) | |
Fix Baron Geddon and Ragnaros in Molten Core to do pure fire elemental damage with their melee attacks.
| -rw-r--r-- | sql/updates/world/2016_02_22_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
