mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 03:13:10 +00:00
feat(Core/ServerMail): Allow mail sender to be a creature (#26302)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `mail_server_template`
|
||||
ADD COLUMN `senderEntry` INT UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Entry from creature_template. 0 for default "Customer Support" sender.' AFTER `id`;
|
||||
Reference in New Issue
Block a user