mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
Group leader is not always member 0.
This commit is contained in:
@@ -342,8 +342,8 @@ XS(XS_Group_GetLeaderName)
|
||||
if (items != 1)
|
||||
Perl_croak(aTHX_ "Usage: Group::GetLeaderName(THIS)");
|
||||
{
|
||||
Group * THIS;
|
||||
char * RETVAL;
|
||||
Group * THIS;
|
||||
const char * RETVAL;
|
||||
dXSTARG;
|
||||
|
||||
if (sv_derived_from(ST(0), "Group")) {
|
||||
|
||||
Reference in New Issue
Block a user