mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
[Groups] Fix AmIMainAssist incorrectly checking for MainTankName (#4565)
This commit is contained in:
parent
fe9df46a24
commit
5f0b999ca9
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user