Hey george, where does this fix happen? I tried going back to the original code sent and couldn't find this line? thanks --Angus On Mon, 3 May 1999, Andrey Fidrya wrote: >Any ideas how to fix them? (especially the second one) Um, the practical fix is extremely trivial. - if (!IS_NPC(victim) && !(victim->desc)) { + if (!IS_NPC(victim) && !(victim->desc) && GET_POS(victim) != POS_DEAD) { Ta da. :) -- George Greer greerga@circlemud.org +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST