aboutsummaryrefslogtreecommitdiff
path: root/src/crmain.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/crmain.cc')
-rw-r--r--src/crmain.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crmain.cc b/src/crmain.cc
index af51ee2..7237698 100644
--- a/src/crmain.cc
+++ b/src/crmain.cc
@@ -2082,7 +2082,7 @@ void ProcessMonsterRaids(void){
|| ItemType.getFlag(WEAROUT)
|| ItemType.getFlag(EXPIRE)
|| ItemType.getFlag(EXPIRESTOP)){
- Item = Create(Bag, ItemType, 0);
+ Item = Create(Bag, ItemType, Amount);
}else{
Item = CreateAtCreature(Creature->ID, ItemType, Amount);
}