mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-18 07:38:22 +00:00
[Groups] Fix AmIMainAssist incorrectly checking for MainTankName (#4565)
This commit is contained in:
+1
-1
@@ -2419,7 +2419,7 @@ bool Group::AmIMainAssist(const char *mob_name)
|
|||||||
if (!mob_name)
|
if (!mob_name)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
return !((bool)MainTankName.compare(mob_name));
|
return !((bool)MainAssistName.compare(mob_name));
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Group::AmIPuller(const char *mob_name)
|
bool Group::AmIPuller(const char *mob_name)
|
||||||
|
|||||||
Reference in New Issue
Block a user