mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-02 23:48:49 +01:00
Events bug fixed.
This commit is contained in:
parent
620adcc8bb
commit
cabfb3013e
3 changed files with 21 additions and 0 deletions
|
|
@ -976,6 +976,7 @@ void extract_char_final(struct char_data *ch)
|
|||
void extract_char(struct char_data *ch)
|
||||
{
|
||||
char_from_furniture(ch);
|
||||
clear_char_event_list(ch);
|
||||
|
||||
if (IS_NPC(ch))
|
||||
SET_BIT_AR(MOB_FLAGS(ch), MOB_NOTDEADYET);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue