mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-15 09:50:27 +00:00
Revert "Fix GetTargetIcons calls (thanks xuanfeng66)"
This reverts commit 4abe553f27.
This commit is contained in:
@@ -41,7 +41,7 @@ Unit* RtiTargetValue::Calculate()
|
||||
if (index == -1)
|
||||
return nullptr;
|
||||
|
||||
ObjectGuid guid = group->GetTargetIcons()[index];
|
||||
ObjectGuid guid = group->GetTargetIcon(index);
|
||||
if (!guid)
|
||||
return nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user