mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[11739] Fixed possible crash after auction loading with wrong houseid field value.
Also * Fixed error report at 'commands' load for "ahbot items" security level * Some auction code cleanups and speedups
This commit is contained in:
parent
0254ad6bf9
commit
f1bec402e9
4 changed files with 19 additions and 19 deletions
|
|
@ -136,7 +136,7 @@ ChatCommand * ChatHandler::getCommandTable()
|
|||
|
||||
static ChatCommand ahbotCommandTable[] =
|
||||
{
|
||||
{ "items", SEC_GAMEMASTER, true, NULL, "", ahbotItemsCommandTable},
|
||||
{ "items", SEC_ADMINISTRATOR, true, NULL, "", ahbotItemsCommandTable},
|
||||
{ "rebuild", SEC_ADMINISTRATOR, true, &ChatHandler::HandleAHBotRebuildCommand, "", NULL },
|
||||
{ "reload", SEC_ADMINISTRATOR, true, &ChatHandler::HandleAHBotReloadCommand, "", NULL },
|
||||
{ "status", SEC_ADMINISTRATOR, true, &ChatHandler::HandleAHBotStatusCommand, "", NULL },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue