diff options
Diffstat (limited to 'npc/003-2/lua.txt')
-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))); |