mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
[8607] more userfriendly eventcommands
.event start/stop will now output the started/stopped eventame+id .event activelist got renamed to .event list with optional parameter "all" so .event list - will list all active events and .event list all - will list all events including inactive ones
This commit is contained in:
parent
f591211538
commit
ed5130c1c1
10 changed files with 48 additions and 12 deletions
|
|
@ -765,7 +765,9 @@ enum MangosStrings
|
|||
LANG_RESET_PET_TALENTS_ONLINE = 1127,
|
||||
LANG_TAXINODE_ENTRY_LIST_CHAT = 1128,
|
||||
LANG_TAXINODE_ENTRY_LIST_CONSOLE = 1129,
|
||||
// Room for more level 3 1130-1199 not used
|
||||
LANG_EVENT_STARTED = 1130,
|
||||
LANG_EVENT_STOPPED = 1131,
|
||||
// Room for more level 3 1132-1199 not used
|
||||
|
||||
// Debug commands
|
||||
LANG_CINEMATIC_NOT_EXIST = 1200,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue