mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-14 09:03:51 +00:00
Fix Perl NPC GetAvoidanceRating() Perl Croak. (#1333)
This commit is contained in:
parent
6fb687871c
commit
1637ea95cb
@ -1459,7 +1459,7 @@ XS(XS_NPC_GetAvoidanceRating); /* prototype to pass -Wmissing-prototypes */
|
||||
XS(XS_NPC_GetAvoidanceRating) {
|
||||
dXSARGS;
|
||||
if (items != 1)
|
||||
Perl_croak(aTHX_ "Usage: NPC::GetAvoidanceyRating(THIS)"); // @categories Stats and Attributes
|
||||
Perl_croak(aTHX_ "Usage: NPC::GetAvoidanceRating(THIS)"); // @categories Stats and Attributes
|
||||
{
|
||||
NPC *THIS;
|
||||
int32 RETVAL;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user