From 78e627e413cb4ff34402fbb2e7a4668d434cd226 Mon Sep 17 00:00:00 2001 From: Shauren Date: Tue, 2 Nov 2021 22:50:05 +0100 Subject: Core/DataStores: Updated hotfix packet structures to 9.1.5 --- sql/updates/hotfixes/master/2021_11_04_00_hotfixes.sql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sql') diff --git a/sql/updates/hotfixes/master/2021_11_04_00_hotfixes.sql b/sql/updates/hotfixes/master/2021_11_04_00_hotfixes.sql index 6396ad85b20..05f8aec57e6 100644 --- a/sql/updates/hotfixes/master/2021_11_04_00_hotfixes.sql +++ b/sql/updates/hotfixes/master/2021_11_04_00_hotfixes.sql @@ -59,3 +59,5 @@ ALTER TABLE `ui_map` MODIFY `System` int(10) unsigned NOT NULL DEFAULT 0 AFTER ` ALTER TABLE `ui_map` MODIFY `Type` int(10) unsigned NOT NULL DEFAULT 0 AFTER `System`; ALTER TABLE `world_effect` MODIFY `TargetType` tinyint(3) unsigned NOT NULL DEFAULT 0 AFTER `WhenToDisplay`; + +ALTER TABLE `hotfix_data` ADD `UniqueId` int(10) unsigned NOT NULL DEFAULT 0 AFTER `Id`; -- cgit v1.2.3