diff options
-rw-r--r-- | sql/updates/world/3.3.5/2021_08_14_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_08_14_02_world.sql b/sql/updates/world/3.3.5/2021_08_14_02_world.sql new file mode 100644 index 00000000000..3b014f04661 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_08_14_02_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature_template` SET `minlevel` = 73, `maxlevel` = 73, `exp` = 1 WHERE `entry` = 28521; +UPDATE `creature_template` SET `type` = 10 WHERE `entry` IN (21861,28535,28536,28537,28539,28540); +UPDATE `creature_template` SET `family` = 0 WHERE `entry` IN (28535,28536,28537,28539,28540); |