Comment change [skip ci]

This commit is contained in:
Akkadius
2018-12-31 23:20:55 -06:00
parent c1a02e8244
commit 7a56ffc380
+1 -1
View File
@@ -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;