Merge branch 'ark'

feature/prepare-cross-merge
Nuno 4 years ago committed by kaetemi
parent 005f1c755c
commit 438cce1323
No known key found for this signature in database
GPG Key ID: 9873C4D40BB479BC

@ -1471,7 +1471,7 @@ NLMISC_COMMAND(getTarget, "get target of player", "<uid>")
NLMISC_COMMAND(getMoney, "get money of player (if quantity, give/take/set the money)", "<uid> [+-]<quantity>")
{
if (args.size () < 2)
if (args.size () < 1)
{
log.displayNL("ERR: invalid arg count");
return false;

Loading…
Cancel
Save