mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Fix dmgschool for multiple creatures.
(cherry picked from commit ea9b44d749)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user