mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
7 lines
398 B
SQL
7 lines
398 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_11002_01_mangos_spell_proc_event required_11018_01_mangos_command bit;
|
|
|
|
DELETE FROM command WHERE name IN ('send mass mail');
|
|
|
|
INSERT INTO command (name, security, help) VALUES
|
|
('send mass mail',3,'Syntax: .send mass mail #racemask|$racename|alliance|horde|all "#subject" "#text"\r\n\r\nSend a mail to players. Subject and mail text must be in "".');
|
|
|