Browse Source

Bugfix: MaxGold shouldn't depend on auricGold. (#2218)

pull/2283/head
Martin Wolters 5 years ago committed by GitHub
parent
commit
baf3a4cc17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/items.cpp

2
Source/items.cpp

@ -22,7 +22,7 @@ CornerStoneStruct CornerStone;
BYTE *itemanims[ITEMTYPES];
BOOL UniqueItemFlag[128];
#ifdef HELLFIRE
int auricGold = 10000;
int auricGold = GOLD_MAX_LIMIT * 2;
#endif
int numitems;
int gnNumGetRecords;

Loading…
Cancel
Save