Browse Source

Fixed bug #76 for version 0.73.

OnionKnight 16 years ago
parent
commit
a939e134a1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lib/map.cpp

+ 2 - 0
lib/map.cpp

@@ -1684,6 +1684,8 @@ void Mapa::readObjects( unsigned char * bufor, int &i)
 					i+=4;
 				}
 				res->amount = readNormalNr(bufor,i); i+=4;
+				if (defInfo->subid == 6) // Gold is multiplied by 100.
+					res->amount *= 100;
 				i+=4;
 
 				break;