From cd5357dc185f95c6ef78089c5ab8bd2b885dd89f Mon Sep 17 00:00:00 2001 From: Shauren Date: Thu, 5 Aug 2021 19:37:53 +0200 Subject: Core/PacketIO: 9.1.0 opcodes and packet structures --- sql/updates/world/master/2021_07_27_00_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/master/2021_07_27_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_07_27_00_world.sql b/sql/updates/world/master/2021_07_27_00_world.sql new file mode 100644 index 00000000000..7f8bd41344d --- /dev/null +++ b/sql/updates/world/master/2021_07_27_00_world.sql @@ -0,0 +1,6 @@ +ALTER TABLE `creature_template` ADD `CreatureDifficultyID` int(11) NOT NULL DEFAULT '0' AFTER `movementId`; +ALTER TABLE `creature_template_scaling` DROP `LevelScalingMin`, DROP `LevelScalingMax`; +ALTER TABLE `points_of_interest` ADD `PositionZ` float NOT NULL DEFAULT '0' AFTER `PositionY`; +ALTER TABLE `quest_template` ADD `PortraitGiverModelSceneID` int(11) NOT NULL DEFAULT '0' AFTER `PortraitGiverMount`; + +DELETE FROM `creature_template_scaling` WHERE `ContentTuningID`=0; -- cgit v1.2.3