gastamper / groundzero2

A fork of the GroundZero2 codebase with bug fixes, standardization, and sanity-related changes.
8 stars 7 forks source link

do_restore doesn't check wizinvis level #24

Closed gastamper closed 6 years ago

gastamper commented 7 years ago
victim->hit = victim->max_hit;
act("$n has restored you.", ch, NULL, victim, TO_VICT);
send_to_char("Ok.\r\n", ch);
return;

Need a check on this.