Browse Source

Clean up SpawnStoreGold

pull/88/head
Anders Jenbo 7 years ago
parent
commit
2bdfb4896b
  1. 2
      Source/items.cpp

2
Source/items.cpp

@ -4613,7 +4613,7 @@ void SpawnHealer(int lvl)
void SpawnStoreGold()
{
GetItemAttrs(0, IDI_GOLD, 1);
qmemcpy(&golditem, item, sizeof(golditem));
golditem = *item;
golditem._iStatFlag = 1;
}

Loading…
Cancel
Save