fix(DB/Commands): align core and DB (#4479)
This commit is contained in:
parent
05a8217270
commit
3c670cb5a0
6 changed files with 20 additions and 11 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue