View Single Post
  #2  
Old 09-14-2007, 07:58 AM
sfisque
Hill Giant
 
Join Date: Oct 2006
Posts: 248
Default

there is probably a "hole" in the list. the factions when they load in are stuffed into arrays that use the "id" as the subscript, thus if the table has a hole, the array will contain a null entry and this causes issues, from what i saw in the code (i was twiddling with my factions and discovered this little treat).

== sfisque
Reply With Quote