[Code][BUG] do_restore

From: John (witpens@optushome.com.au)
Date: 01/19/02


I think I might find a minor bug, you cannot restore yourself on patch
20 (yes, I just did a hand patch to the latest version *yawn* and would
you believe, my executable is LESS than my old executable?).

Might want to change this to:-

- else if (!IS_NPC(vict) && GET_LEVEL(vict) >= GET_LEVEL(ch))
    send_to_char("They don't need your help.\r\n", ch);

+ else if (!IS_NPC(vict) && vict != ch && GET_LEVEL(vict) >=
GET_LEVEL(ch))
    send_to_char("They don't need your help.\r\n", ch);

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   | Newbie List:  http://groups.yahoo.com/group/circle-newbies/   |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 06/25/03 PDT