mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Core/Conversation: Implemented conversation flags (#29552)
This commit is contained in:
1
sql/updates/world/master/2024_01_09_04_world.sql
Normal file
1
sql/updates/world/master/2024_01_09_04_world.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `conversation_template` ADD COLUMN `Flags` tinyint NOT NULL DEFAULT 0 AFTER `TextureKitId`;
|
||||
Reference in New Issue
Block a user