diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-07-30 02:12:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-30 02:12:34 +0200 |
commit | ea9b44d7499508884b42d54d1a51d61242bc7b1d (patch) | |
tree | 58fc86e58b2543aac7097fe6c2ac765de93c53f8 | |
parent | cb247ea03313649830abcae962a6f0c1a8801445 (diff) |
DB/Creature: Fix dmgschool for multiple creatures.
-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); |