mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Fix GetTargetIcons calls (thanks xuanfeng66)
This commit is contained in:
@@ -75,7 +75,7 @@ bool MarkRtiAction::Execute(Event event)
|
||||
bool marked = false;
|
||||
for (uint8 i = 0; i < 8; i++)
|
||||
{
|
||||
ObjectGuid iconGUID = group->GetTargetIcon(i);
|
||||
ObjectGuid iconGUID = group->GetTargetIcons()[i];
|
||||
if (guid == unit->GetGUID())
|
||||
{
|
||||
marked = true;
|
||||
|
||||
Reference in New Issue
Block a user