mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 05:07:37 +00:00
[Hotfix] Incorrect Perl usage method (docs)
This commit is contained in:
@@ -2953,7 +2953,7 @@ XS(XS__ModifyNPCStat);
|
|||||||
XS(XS__ModifyNPCStat) {
|
XS(XS__ModifyNPCStat) {
|
||||||
dXSARGS;
|
dXSARGS;
|
||||||
if (items != 2)
|
if (items != 2)
|
||||||
Perl_croak(aTHX_ "Usage: quest::ModifyNPCStat(string key, string value)");
|
Perl_croak(aTHX_ "Usage: quest::modifynpcstat(string key, string value)");
|
||||||
|
|
||||||
quest_manager.ModifyNPCStat(SvPV_nolen(ST(0)), SvPV_nolen(ST(1)));
|
quest_manager.ModifyNPCStat(SvPV_nolen(ST(0)), SvPV_nolen(ST(1)));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user