From 16463e41225bc2b795fcd86b199d52188640533d Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 30 Jul 2016 02:12:34 +0200 Subject: DB/Creature: Fix dmgschool for multiple creatures. (cherry picked from commit ea9b44d7499508884b42d54d1a51d61242bc7b1d) --- sql/updates/world/master/2017_02_11_14_world_2016_07_30_00_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2017_02_11_14_world_2016_07_30_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_02_11_14_world_2016_07_30_00_world.sql b/sql/updates/world/master/2017_02_11_14_world_2016_07_30_00_world.sql new file mode 100644 index 00000000000..934f641f788 --- /dev/null +++ b/sql/updates/world/master/2017_02_11_14_world_2016_07_30_00_world.sql @@ -0,0 +1,5 @@ +-- +UPDATE `creature_template` SET `dmgschool` =2 WHERE `entry` IN (20703,25571); +UPDATE `creature_template` SET `dmgschool` =4 WHERE `entry` IN (20704); +UPDATE `creature_template` SET `dmgschool` =5 WHERE `entry` IN (20690,20705,20267); +UPDATE `creature_template` SET `dmgschool` =6 WHERE `entry` IN (25573,20702); -- cgit v1.2.3