mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-20 23:11:56 -04:00
Fix a lot of warnings
This commit is contained in:
@@ -1042,7 +1042,7 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
static bool HandleDebugLoSCommand(ChatHandler* handler, char const* args)
|
||||
static bool HandleDebugLoSCommand(ChatHandler* handler, char const* /*args*/)
|
||||
{
|
||||
if (Unit* unit = handler->getSelectedUnit())
|
||||
handler->PSendSysMessage("Unit %s (GuidLow: %u) is %sin LoS", unit->GetName(), unit->GetGUIDLow(), handler->GetSession()->GetPlayer()->IsWithinLOSInMap(unit) ? "" : "not ");
|
||||
|
||||
Reference in New Issue
Block a user