diff options
-rw-r--r-- | sql/updates/world/master/2017_05_24_05_world.sql | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_05_24_05_world.sql b/sql/updates/world/master/2017_05_24_05_world.sql new file mode 100644 index 00000000000..7429740ff33 --- /dev/null +++ b/sql/updates/world/master/2017_05_24_05_world.sql @@ -0,0 +1,17 @@ +-- Creature Template startup errors, Part 1 +UPDATE `creature_template` SET `type`= 1 WHERE `entry`= 29601; -- Mutated Grub + +UPDATE `creature_template` SET `family`=160 WHERE `entry` IN ( +22525, 22556, 22563, 22564, 22566, 22570, 22593, 22594, 31917, 32002, +32010, 32023, 32136, 32138, 37233, 37321, 37329, 37343, 37464, 37466); + +UPDATE `creature_template` SET `unit_flags2`=`unit_flags2`|2097152 WHERE `entry` IN ( +29229, 29241, 29242, 29243, 29247, 29248, 29249, 29268, 29278, 29286, +29324, 29347, 29353, 29355, 29356, 29359, 29362, 29363, 29371, 29373, +29417, 29446, 29447, 29448, 29574, 29575, 29576, 29609, 29615, 29701, +29718, 29823, 29824, 29825, 29828, 29831, 29833, 29835, 29837, 29842, +29852, 29898, 29899, 29900, 29940, 29955, 29991, 30061, 30097, 30389, +30601, 30602, 30603, 36538, 36566, 36572, 49710); + +UPDATE `creature_template` SET `unit_flags2`=`unit_flags2`|1073741824 WHERE `entry` IN ( +22526, 22558, 31920, 32004, 37236, 37323); |