mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 05:21:29 +00:00
Slight adjustment to wearchange commit
This commit is contained in:
parent
a82f5f8bf6
commit
5cbf4aca4f
@ -3317,7 +3317,7 @@ XS(XS__wearchange);
|
|||||||
XS(XS__wearchange)
|
XS(XS__wearchange)
|
||||||
{
|
{
|
||||||
dXSARGS;
|
dXSARGS;
|
||||||
if (items < 4)
|
if (items < 2)
|
||||||
Perl_croak(aTHX_ "Usage: wearchange(slot, texture, [hero_forge_model], [elite_material])");
|
Perl_croak(aTHX_ "Usage: wearchange(slot, texture, [hero_forge_model], [elite_material])");
|
||||||
|
|
||||||
uint8 slot = (int)SvUV(ST(0));
|
uint8 slot = (int)SvUV(ST(0));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user