DB/Creature: Fix dmgschool for multiple creatures.

(cherry picked from commit ea9b44d749)
This commit is contained in:
Aokromes
2016-07-30 02:12:34 +02:00
committed by joschiwald
parent c1840dd33e
commit 16463e4122

View File

@@ -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);