Core/PacketIO: Add missing SMSG_DISPLAY_PLAYER_CHOICE bit

This commit is contained in:
Shauren
2026-04-19 11:53:30 +02:00
parent 3aa2ac2654
commit 641fbfc841
10 changed files with 12 additions and 7 deletions
@@ -0,0 +1 @@
ALTER TABLE `playerchoice` ADD `RequiresSelection` tinyint(1) NOT NULL DEFAULT 0 AFTER `ForceDontShowChoicesAsList`;