mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 15:58:36 +00:00
Fixed some mod function bugs and stat caps.
This commit is contained in:
+2
-2
@@ -129,8 +129,8 @@ XS(XS_NPC_AddLootTable); /* prototype to pass -Wmissing-prototypes */
|
||||
XS(XS_NPC_AddLootTable)
|
||||
{
|
||||
dXSARGS;
|
||||
if (items != 1)
|
||||
Perl_croak(aTHX_ "Usage: NPC::AddLootTable(THIS)");
|
||||
if (items < 1)
|
||||
Perl_croak(aTHX_ "Usage: NPC::AddLootTable(THIS, [loottable_id])");
|
||||
{
|
||||
NPC * THIS;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user