mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
- fixed mark rti bug (#755)
This commit is contained in:
@@ -80,7 +80,7 @@ bool MarkRtiAction::Execute(Event event)
|
||||
for (uint8 i = 0; i < 8; i++)
|
||||
{
|
||||
ObjectGuid iconGUID = group->GetTargetIcon(i);
|
||||
if (guid == unit->GetGUID())
|
||||
if (iconGUID == unit->GetGUID())
|
||||
{
|
||||
marked = true;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user