mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-18 10:42:25 +00:00
Comment change [skip ci]
This commit is contained in:
parent
c1a02e8244
commit
7a56ffc380
@ -624,7 +624,7 @@ XS(XS_Mob_GetEquipment); /* prototype to pass -Wmissing-prototypes */
|
||||
XS(XS_Mob_GetEquipment) {
|
||||
dXSARGS;
|
||||
if (items != 2)
|
||||
Perl_croak(aTHX_ "Usage: Mob::GetEquippedItemFromTextureSlot(THIS, uint8 material_slot)");
|
||||
Perl_croak(aTHX_ "Usage: Mob::GetEquipment(THIS, uint8 material_slot)");
|
||||
{
|
||||
Mob *THIS;
|
||||
int32 RETVAL;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user