aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/hotfixes/master
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2021-11-02 22:50:05 +0100
committerShauren <shauren.trinity@gmail.com>2021-11-02 22:50:05 +0100
commit78e627e413cb4ff34402fbb2e7a4668d434cd226 (patch)
tree62b641b31366fe3fb4469fdfb76e3dbd11786c76 /sql/updates/hotfixes/master
parent98b95fb264c4f1e30613a6dbd4cc892c6265b548 (diff)
Core/DataStores: Updated hotfix packet structures to 9.1.5
Diffstat (limited to 'sql/updates/hotfixes/master')
-rw-r--r--sql/updates/hotfixes/master/2021_11_04_00_hotfixes.sql2
1 files changed, 2 insertions, 0 deletions
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`;