feat(Core/ServerMail): Allow mail sender to be a creature (#26302)

This commit is contained in:
Kitzunu
2026-06-24 18:43:59 +02:00
committed by GitHub
parent dc310a6e9e
commit c0c5cf2f6b
4 changed files with 24 additions and 10 deletions
@@ -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`;