diff options
-rw-r--r-- | sql/updates/world/3.3.5/2016_07_30_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_07_30_00_world.sql b/sql/updates/world/3.3.5/2016_07_30_00_world.sql new file mode 100644 index 00000000000..934f641f788 --- /dev/null +++ b/sql/updates/world/3.3.5/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); |