Fix bots build

This commit is contained in:
Akkadius
2018-12-31 23:19:48 -06:00
parent 11a43cd320
commit 2c8ed1074a
5 changed files with 20 additions and 16 deletions
+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::GetEquipment(THIS, uint8 material_slot)");
Perl_croak(aTHX_ "Usage: Mob::GetEquippedItemFromTextureSlot(THIS, uint8 material_slot)");
{
Mob *THIS;
int32 RETVAL;