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.57 by root, Fri Mar 26 01:04:45 2010 UTC vs.
Revision 1.58 by root, Fri Apr 2 03:41:25 2010 UTC

378 { 378 {
379 new_draw_info_format (NDI_UNIQUE | NDI_NAVY, 0, op, "You lose knowledge of %s.", &item->name); 379 new_draw_info_format (NDI_UNIQUE | NDI_NAVY, 0, op, "You lose knowledge of %s.", &item->name);
380 esrv_remove_spell (op->contr, item); 380 esrv_remove_spell (op->contr, item);
381 } 381 }
382 382
383 player_unready_range_ob (op->contr, item);
384 item->destroy (); 383 item->destroy ();
385 } 384 }
386 } 385 }
387 386
388 /* remove any godgiven items from the old god */ 387 /* remove any godgiven items from the old god */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines