mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-10 20:19:49 +01:00
Scripts/Commands: No one likes tabs :(
This commit is contained in:
@@ -667,7 +667,7 @@ void AddCommandScripts()
|
||||
AddSC_quest_commandscript();
|
||||
AddSC_reload_commandscript();
|
||||
AddSC_tele_commandscript();
|
||||
AddSC_server_commandscript();
|
||||
AddSC_server_commandscript();
|
||||
AddSC_titles_commandscript();
|
||||
AddSC_wp_commandscript();
|
||||
AddSC_character_commandscript();
|
||||
|
||||
@@ -1390,7 +1390,7 @@ public:
|
||||
if (!target)
|
||||
target = handler->GetSession()->GetPlayer();
|
||||
|
||||
// check online security
|
||||
// check online security
|
||||
else if (target->GetTypeId() == TYPEID_PLAYER && handler->HasLowerSecurity(target->ToPlayer(), 0))
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user