mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 19:31:59 +01:00
Core/PacketIO: Updated packet structures to 9.2.0
This commit is contained in:
14
sql/updates/world/master/2022_02_22_00_world.sql
Normal file
14
sql/updates/world/master/2022_02_22_00_world.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
ALTER TABLE `areatrigger_create_properties`
|
||||
ADD `ShapeData6` float NOT NULL DEFAULT 0 AFTER `ShapeData5`,
|
||||
ADD `ShapeData7` float NOT NULL DEFAULT 0 AFTER `ShapeData6`;
|
||||
|
||||
ALTER TABLE `areatrigger_template`
|
||||
ADD `Data6` float NOT NULL DEFAULT 0 AFTER `Data5`,
|
||||
ADD `Data7` float NOT NULL DEFAULT 0 AFTER `Data6`;
|
||||
|
||||
ALTER TABLE `gossip_menu_option` ADD `Language` int unsigned NOT NULL DEFAULT 0 AFTER `OptionNpcFlag`;
|
||||
|
||||
ALTER TABLE `playerchoice`
|
||||
ADD `CloseSoundKitId` int unsigned NOT NULL DEFAULT 0 AFTER `SoundKitId`,
|
||||
ADD `Duration` bigint NOT NULL DEFAULT 0 AFTER `CloseSoundKitId`,
|
||||
ADD `PendingChoiceText` VARCHAR(255) NOT NULL DEFAULT '' AFTER `Duration`;
|
||||
Reference in New Issue
Block a user