mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-16 02:10:28 +00:00
performance optimize
This commit is contained in:
@@ -81,6 +81,7 @@ bool PartyMemberToHeal::Check(Unit* player)
|
||||
|
||||
Unit* PartyMemberToProtect::Calculate()
|
||||
{
|
||||
return nullptr;
|
||||
Group* group = bot->GetGroup();
|
||||
if (!group)
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user