diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_07_27_00_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
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; |
