diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-20 17:49:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-20 17:49:22 -0300 |
commit | c17f23ae833ff74663b0e66cbd13c3dab68255b7 (patch) | |
tree | e722e316d2c6b631555d05b7e2a5636a9e8e0ba8 | |
parent | 540acbbe28e697dba5d5e213c9815286e1f5b322 (diff) | |
download | serverdata-c17f23ae833ff74663b0e66cbd13c3dab68255b7.tar.gz serverdata-c17f23ae833ff74663b0e66cbd13c3dab68255b7.tar.bz2 serverdata-c17f23ae833ff74663b0e66cbd13c3dab68255b7.tar.xz serverdata-c17f23ae833ff74663b0e66cbd13c3dab68255b7.zip |
Fix typo
-rw-r--r-- | npc/003-2/lua.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index 18a4cf147..7203f65c2 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -842,7 +842,7 @@ function luaCReward { if (!.@bd) getitem .@it, .@am; else - getitembound .@it, .@am; + getitembound .@it, .@am, 1; #CRW=#CRW|.@cr; logmes(sprintf("%s has claimed a(n) %s with Contributor Points.", strcharinfo(0), getitemname(.@it))); |