View Single Post
  #2  
Old 04-10-2005, 09:55 AM
garim12
Fire Beetle
 
Join Date: Oct 2004
Location: Tampa, FL
Posts: 19
Default

*bump*
This is still in the latest CVS source that I got today, on line 2002.

Also noticed this in the same file:

common\database.cpp, lines 2320-2326
Code:
	//never save tribute slots:
	if(slot_id >= 400 && slot_id <= 404)
		return(true);
	
	//never save tribute slots:
	if(slot_id >= 400 && slot_id <= 404)
		return(true);
Reply With Quote