mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
feat(Scripts/Commands): additem (#9759)
This commit is contained in:
committed by
GitHub
parent
9c4f1035cf
commit
0c1880f694
@@ -111,7 +111,7 @@ public:
|
||||
{ "showarea", HandleShowAreaCommand, SEC_GAMEMASTER, Console::No },
|
||||
{ "hidearea", HandleHideAreaCommand, SEC_ADMINISTRATOR, Console::No },
|
||||
{ "additem", HandleAddItemCommand, SEC_GAMEMASTER, Console::No },
|
||||
{ "additemset", HandleAddItemSetCommand, SEC_GAMEMASTER, Console::No },
|
||||
{ "additem set", HandleAddItemSetCommand, SEC_GAMEMASTER, Console::No },
|
||||
{ "wchange", HandleChangeWeather, SEC_ADMINISTRATOR, Console::No },
|
||||
{ "maxskill", HandleMaxSkillCommand, SEC_GAMEMASTER, Console::No },
|
||||
{ "setskill", HandleSetSkillCommand, SEC_GAMEMASTER, Console::No },
|
||||
|
||||
Reference in New Issue
Block a user