mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-14 01:19:08 +00:00
[Attack target] Skull mark icon index fix
This commit is contained in:
@@ -104,7 +104,7 @@ bool FindTargetStrategy::IsHighPriority(Unit* attacker)
|
||||
{
|
||||
if (Group* group = botAI->GetBot()->GetGroup())
|
||||
{
|
||||
ObjectGuid guid = group->GetTargetIcon(4);
|
||||
ObjectGuid guid = group->GetTargetIcon(7);
|
||||
if (guid && attacker->GetGUID() == guid) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user