--- deliantra/server/common/shstr.C 2006/09/05 19:18:04 1.10 +++ deliantra/server/common/shstr.C 2006/09/05 19:20:16 1.11 @@ -78,7 +78,7 @@ i = ht.begin (); // go through all strings roughly once every 4 minutes - int n = ht.size () / 256 + 16000; + int n = ht.size () / 256 + 16; for (;;) {