diff options
-rw-r--r-- | sql/updates/world/master/2022_01_01_03_world_2020_04_09_02_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_01_03_world_2020_04_09_02_world.sql b/sql/updates/world/master/2022_01_01_03_world_2020_04_09_02_world.sql new file mode 100644 index 00000000000..fad2db250b5 --- /dev/null +++ b/sql/updates/world/master/2022_01_01_03_world_2020_04_09_02_world.sql @@ -0,0 +1,5 @@ +-- +-- UPDATE `creature_template` SET `minlevel`=73, `maxlevel`=73 WHERE `entry`=31104; +DELETE FROM `creature_template_addon` WHERE `entry`=31449; +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES +(31449, 0, 0, 0, 1, 0, 0, "18950"); |