Thank you for this information. I didn't ask for it, but this is REALLY and TRULY appreciated. As soona as i put this in, i added three new zones, without crashing the mud. WOO WOO! Thanks again. 2 down - 353,297 bugs in Oasis OLC left. whew.... Code On Akuma the Raging Coder >The first bug is in the line that reads: > CREATE(new_table, struct zone_data, top_of_zone_table); > >Change this line to: > CREATE(new_table, struct zone_data, top_of_zone_table+2); > > >The next bug is in the line that reads: > for(i = 0; i <= top_of_zone_table + 1;i++); > >Change this line to > for(i = 0; i <= top_of_zone_table;i++); +------------------------------------------------------------+ | "The poets talk about love, but what I talk about is DOOM, | | because in the end, DOOM is all that counts." - | | Alex Machine/George Stark/Stephen King, The Dark Half | | "Nothing is IMPOSSIBLE, Just IMPROBABLE" | | "Easier Said Than Done, But Better Done Than Said..." | +------------------------------------------------------------+ +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/08/00 PST