Revert "Scripts/Commands: Allow to use .tele in combat only to GMs"

This reverts commit 3ae5b72075 - see discussion on commit.
This commit is contained in:
Treeston
2018-01-06 13:32:11 +01:00
committed by Ovahlord
parent 936d88c2ca
commit aa9f8ef96b

View File

@@ -301,7 +301,7 @@ public:
return false;
}
if (me->IsInCombat() && !me->CanBeGameMaster())
if (me->IsInCombat() && !handler->GetSession()->HasPermission(rbac::RBAC_PERM_COMMAND_TELE_NAME))
{
handler->SendSysMessage(LANG_YOU_IN_COMBAT);
handler->SetSentErrorMessage(true);