mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-19 11:45:42 +00:00
Revert "Fix GetTargetIcons calls (thanks xuanfeng66)"
This reverts commit 4abe553f27.
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->GetTargetIcons()[i];
|
||||
ObjectGuid iconGUID = group->GetTargetIcon(i);
|
||||
if (guid == unit->GetGUID())
|
||||
{
|
||||
marked = true;
|
||||
|
||||
Reference in New Issue
Block a user