diff options
| -rw-r--r-- | sql/updates/world/3.3.5/2021_08_14_07_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_08_14_07_world.sql b/sql/updates/world/3.3.5/2021_08_14_07_world.sql new file mode 100644 index 00000000000..fe22013cfd6 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_08_14_07_world.sql @@ -0,0 +1,6 @@ +-- +UPDATE `creature_template` SET `rank` = 3 WHERE `entry` = 28952; +UPDATE `creature_template` SET `type_flags` = 0 WHERE `entry` = 3628; +UPDATE `creature_template` SET `type_flags` = 0 WHERE `entry` = 6390; +UPDATE `creature_template` SET `type_flags` = 4096 WHERE `entry` = 11832; +UPDATE `creature_template` SET `modelid1` = 1126, `modelid2` = 11686, `type_flags` = 0 WHERE `entry` = 24438; |
