ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/loader.C
(Generate patch)

Comparing deliantra/server/common/loader.C (file contents):
Revision 1.154 by root, Sun Apr 11 01:35:51 2010 UTC vs.
Revision 1.155 by root, Tue Apr 13 03:24:32 2010 UTC

394 if (ip > 2 * item_power && ip > (item_power + 3)) 394 if (ip > 2 * item_power && ip > (item_power + 3))
395 LOG (llevDebug, "Object %s seems to have too low item power? %d > %d\n", debug_desc (), ip, item_power); 395 LOG (llevDebug, "Object %s seems to have too low item power? %d > %d\n", debug_desc (), ip, item_power);
396#endif 396#endif
397 } 397 }
398 398
399 /* old style spellcasting object (pretty common) - need to load in the appropiate object */ 399 /* old style spellcasting object (pretty common) - need to load in the appropriate object */
400 /* (schmorp) old really doesn't mean old, imho, just a more compact way to store such objects */ 400 /* (schmorp) old really doesn't mean old, imho, just a more compact way to store such objects */
401 if ((type == ROD 401 if ((type == ROD
402 || type == WAND 402 || type == WAND
403 || type == SCROLL 403 || type == SCROLL
404 || type == HORN 404 || type == HORN

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines