mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-19 06:19:38 -04:00
Core: Codestyle cleanup
This commit is contained in:
@@ -732,7 +732,7 @@ public:
|
||||
handler->PSendSysMessage("Hostil reference list of %s (guid %u)", target->GetName(), target->GetGUIDLow());
|
||||
while (ref)
|
||||
{
|
||||
if (Unit * unit = ref->getSource()->getOwner())
|
||||
if (Unit* unit = ref->getSource()->getOwner())
|
||||
{
|
||||
++cnt;
|
||||
handler->PSendSysMessage(" %u. %s (guid %u) - threat %f", cnt, unit->GetName(), unit->GetGUIDLow(), ref->getThreat());
|
||||
|
||||
Reference in New Issue
Block a user