mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-14 09:39:11 +00:00
fix(DB/Commands): align core and DB (#4479)
This commit is contained in:
@@ -63,8 +63,8 @@ public:
|
||||
|
||||
static std::vector<ChatCommand> morphCommandTable =
|
||||
{
|
||||
{ "reset", SEC_GAMEMASTER, false, &HandleMorphResetCommand, "" },
|
||||
{ "target", SEC_GAMEMASTER, false, &HandleMorphTargetCommand, "" }
|
||||
{ "reset", SEC_MODERATOR, false, &HandleMorphResetCommand, "" },
|
||||
{ "target", SEC_MODERATOR, false, &HandleMorphTargetCommand, "" }
|
||||
};
|
||||
|
||||
static std::vector<ChatCommand> commandTable =
|
||||
|
||||
Reference in New Issue
Block a user