--- deliantra/server/common/loader.C 2007/05/19 00:08:11 1.83 +++ deliantra/server/common/loader.C 2007/05/22 10:49:58 1.84 @@ -386,8 +386,10 @@ * similarly, it item_power is 0, the first check will always pass, * but not the second one. */ +#if 0 //TODO if (ip > 2 * item_power && ip > (item_power + 3)) LOG (llevDebug, "Object %s seems to have too low item power? %d > %d\n", debug_desc (), ip, item_power); +#endif } /* Old spellcasting object - need to load in the appropiate object */