DB/Creature: Fix dmgschool for multiple creatures.

(cherry picked from commit ea9b44d7499508884b42d54d1a51d61242bc7b1d)
This commit is contained in:
Aokromes
2017-02-11 17:56:05 +01:00
committed by joschiwald
parent c1840dd33e
commit 16463e4122
@@ -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);