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

Comparing deliantra/server/server/gods.C (file contents):
Revision 1.52 by root, Fri Nov 6 13:31:47 2009 UTC vs.
Revision 1.53 by root, Sat Nov 7 18:30:06 2009 UTC

887 { 887 {
888 object *depl; 888 object *depl;
889 archetype *at; 889 archetype *at;
890 int i; 890 int i;
891 891
892 if ((at = archetype::find (ARCH_DEPLETION)) == NULL) 892 if ((at = archetype::find (shstr_depletion)) == NULL)
893 { 893 {
894 LOG (llevError, "Could not find archetype depletion.\n"); 894 LOG (llevError, "Could not find archetype depletion.\n");
895 continue; 895 continue;
896 } 896 }
897 897

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines