Browse Source

Fix quest items can't get picked up after dropping

pull/5766/head^2
obligaron 3 years ago committed by Anders Jenbo
parent
commit
12ffc855e5
  1. 2
      Source/items.cpp

2
Source/items.cpp

@ -3240,8 +3240,8 @@ void SpawnQuestItem(_item_indexes itemid, Point position, int randarea, int self
if (sendmsg)
NetSendCmdPItem(true, CMD_SPAWNITEM, item.position, item);
else {
DeltaAddItem(ii);
item._iCreateInfo |= CF_PREGEN;
DeltaAddItem(ii);
}
}

Loading…
Cancel
Save