mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-01 22:56:39 +01:00
Core/PacketIO: 9.1.0 opcodes and packet structures
This commit is contained in:
6
sql/updates/world/master/2021_07_27_00_world.sql
Normal file
6
sql/updates/world/master/2021_07_27_00_world.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user