mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
* New command allow place auction from chat/console and create auction without owner. * Same code can be used in other place when server code want create generated auction without need have associated player. Auction code update for support this case. * MailDraft::SendMailTo now allow "send" mails to non-players. It correcly drop items in like case.
6 lines
553 B
SQL
6 lines
553 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_11690_01_mangos_spell_proc_event required_11701_01_mangos_command bit;
|
|
|
|
DELETE FROM command WHERE name = 'auction item';
|
|
|
|
INSERT INTO command (name, security, help) VALUES
|
|
('auction item',3,'Syntax: .auction item (alliance|horde|goblin) #itemid[:#itemcount] [[[#minbid] #buyout] [short|long|verylong]\r\n\r\nAdd new item (in many stackes if amount grater stack size) to specific auction house at short|long|verylogn perios similar same settings in auction in game dialog. Created auction not have owner.');
|