summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-2/lua.txt2
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)));