feat(Core/ServerMail): Add AccountFlags condition to server mail temp… (#22549)
This commit is contained in:
parent
33a71434c9
commit
35d8d49ce3
4 changed files with 33 additions and 4 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
ALTER TABLE `mail_server_template_conditions`
|
||||
CHANGE COLUMN `conditionType` `conditionType` ENUM('Level','PlayTime','Quest','Achievement','Reputation','Faction','Race','Class','AccountFlags') NOT NULL COLLATE 'utf8mb4_unicode_ci' AFTER `templateID`;
|
||||
Loading…
Add table
Add a link
Reference in a new issue