Core/Conversation: Implemented conversation flags (#29552)

This commit is contained in:
ModoX
2024-01-09 22:48:59 +01:00
committed by GitHub
parent 10ac56512e
commit de23262c65
4 changed files with 25 additions and 7 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE `conversation_template` ADD COLUMN `Flags` tinyint NOT NULL DEFAULT 0 AFTER `TextureKitId`;