Core/PacketIO: Updated to 12.1.0

This commit is contained in:
Shauren
2026-08-17 23:43:10 +02:00
parent e091a7ae6a
commit e6dd6d8b96
54 changed files with 4200 additions and 4221 deletions
@@ -0,0 +1,4 @@
ALTER TABLE `playerchoice`
ADD COLUMN `ShowChoicesAsGrid` tinyint(1) NOT NULL DEFAULT 0 AFTER `RequiresSelection`,
ADD COLUMN `HideAnswerArt` tinyint(1) NOT NULL DEFAULT 0 AFTER `ShowChoicesAsGrid`,
ADD COLUMN `ShowChoicesAsColumns` tinyint(1) NOT NULL DEFAULT 0 AFTER `HideAnswerArt`;