mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 10:00:28 +00:00
feat(Core/Commands): Character check bag && work (#3164)
This commit is contained in:
committed by
GitHub
parent
261289f1c9
commit
fae5753f81
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user