mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 17:38:26 +00:00
Update groups.cpp
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user