feat(Core/Commands): Character check bag && work (#3164)
This commit is contained in:
parent
261289f1c9
commit
fae5753f81
3 changed files with 172 additions and 14 deletions
|
|
@ -86,7 +86,6 @@ public:
|
|||
{ "hidearea", SEC_ADMINISTRATOR, false, &HandleHideAreaCommand, "" },
|
||||
{ "additem", SEC_GAMEMASTER, false, &HandleAddItemCommand, "" },
|
||||
{ "additemset", SEC_GAMEMASTER, false, &HandleAddItemSetCommand, "" },
|
||||
{ "bank", SEC_ADMINISTRATOR, false, &HandleBankCommand, "" },
|
||||
{ "wchange", SEC_ADMINISTRATOR, false, &HandleChangeWeather, "" },
|
||||
{ "maxskill", SEC_GAMEMASTER, false, &HandleMaxSkillCommand, "" },
|
||||
{ "setskill", SEC_GAMEMASTER, false, &HandleSetSkillCommand, "" },
|
||||
|
|
@ -1589,12 +1588,6 @@ public:
|
|||
return true;
|
||||
}
|
||||
|
||||
static bool HandleBankCommand(ChatHandler* handler, char const* /*args*/)
|
||||
{
|
||||
handler->GetSession()->SendShowBank(handler->GetSession()->GetPlayer()->GetGUID());
|
||||
return true;
|
||||
}
|
||||
|
||||
static bool HandleChangeWeather(ChatHandler* handler, char const* args)
|
||||
{
|
||||
if (!*args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue