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.12 by elmex, Wed Dec 20 10:31:00 2006 UTC vs.
Revision 1.13 by root, Fri Dec 22 16:34:00 2006 UTC

965 for (i = 0; i < NUM_STATS; i++) 965 for (i = 0; i < NUM_STATS; i++)
966 if (get_attr_value (&depl->stats, i)) 966 if (get_attr_value (&depl->stats, i))
967 new_draw_info (NDI_UNIQUE, 0, op, restore_msg[i]); 967 new_draw_info (NDI_UNIQUE, 0, op, restore_msg[i]);
968 968
969 depl->destroy (); 969 depl->destroy ();
970 fix_player (op); 970 op->update_stats ();
971 return; 971 return;
972 } 972 }
973 973
974 /* Voices */ 974 /* Voices */
975 if (item->type == BOOK && item->invisible && strcmp (item->name, "voice_behind") == 0) 975 if (item->type == BOOK && item->invisible && strcmp (item->name, "voice_behind") == 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines