Update groups.cpp

This commit is contained in:
nytmyr
2024-12-04 20:53:24 -06:00
parent b69ac7dc21
commit 71bf497803
+1 -1
View File
@@ -2459,7 +2459,7 @@ bool Group::AmIMainAssist(const char *mob_name)
if (!mob_name)
return false;
return !((bool)MainTankName.compare(mob_name));
return !((bool)MainAssistName.compare(mob_name));
}
bool Group::AmIPuller(const char *mob_name)