diff options
| author | ModoX <moardox@gmail.com> | 2024-01-09 22:48:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-09 22:48:59 +0100 |
| commit | de23262c654ff208ae8ed75c815facf017634afe (patch) | |
| tree | 4db08ef8ea2a1cce6b8513dc68cc1931f74b7a69 /sql | |
| parent | 10ac56512ea70d64ab7b9e538840d0589fb37e44 (diff) | |
Core/Conversation: Implemented conversation flags (#29552)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2024_01_09_04_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_01_09_04_world.sql b/sql/updates/world/master/2024_01_09_04_world.sql new file mode 100644 index 00000000000..bab5177967b --- /dev/null +++ b/sql/updates/world/master/2024_01_09_04_world.sql @@ -0,0 +1 @@ +ALTER TABLE `conversation_template` ADD COLUMN `Flags` tinyint NOT NULL DEFAULT 0 AFTER `TextureKitId`; |
