mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
add .debug bg to allow starting a battleground with just one player
it's implemented like .debug arena - so you toggle debug bg on or off
This commit is contained in:
parent
3c38b4d3e6
commit
78a6d084bc
5 changed files with 22 additions and 1 deletions
|
|
@ -219,6 +219,7 @@ ChatCommand * ChatHandler::getCommandTable()
|
|||
{ "anim", SEC_GAMEMASTER, false, &ChatHandler::HandleAnimCommand, "", NULL },
|
||||
{ "lootrecipient", SEC_GAMEMASTER, false, &ChatHandler::HandleGetLootRecipient, "", NULL },
|
||||
{ "arena", SEC_ADMINISTRATOR, false, &ChatHandler::HandleDebugArenaCommand, "", NULL },
|
||||
{ "bg", SEC_ADMINISTRATOR, false, &ChatHandler::HandleDebugBattlegroundCommand, "", NULL },
|
||||
{ "sendlargepacket",SEC_ADMINISTRATOR, false, &ChatHandler::HandleSendLargePacketCommand, "", NULL },
|
||||
{ NULL, 0, false, NULL, "", NULL }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue