Merge branch 'master' into bot-rewrite

This commit is contained in:
nytmyr
2025-01-07 23:52:17 -06:00
60 changed files with 521 additions and 466 deletions
+1 -1
View File
@@ -615,7 +615,7 @@ bool Perl_NPC_HasItem(NPC* self, uint32 item_id) // @categories Script Utility
return self->HasItem(item_id);
}
int Perl_NPC_CountItem(NPC* self, uint32 item_id)
uint32 Perl_NPC_CountItem(NPC* self, uint32 item_id)
{
return self->CountItem(item_id);
}