Core/DataStores: Updated hotfix packet structures to 9.1.5

This commit is contained in:
Shauren
2021-11-02 22:50:05 +01:00
parent 98b95fb264
commit 78e627e413
4 changed files with 45 additions and 14 deletions

View File

@@ -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`;