mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-02 23:48:49 +01:00
Fixed bug in advance
This commit is contained in:
parent
4c590644a5
commit
11e7a00e12
1 changed files with 1 additions and 1 deletions
|
|
@ -1509,7 +1509,7 @@ ACMD(do_advance)
|
|||
if (oldlevel >= LVL_IMMORT && newlevel < LVL_IMMORT) {
|
||||
/* If they are no longer an immortal, remove the immortal only flags. */
|
||||
REMOVE_BIT_AR(PRF_FLAGS(victim), PRF_LOG1);
|
||||
REMOVE_BIT_AR(PLR_FLAGS(victim), PRF_LOG2);
|
||||
REMOVE_BIT_AR(PRF_FLAGS(victim), PRF_LOG2);
|
||||
REMOVE_BIT_AR(PRF_FLAGS(victim), PRF_NOHASSLE);
|
||||
REMOVE_BIT_AR(PRF_FLAGS(victim), PRF_HOLYLIGHT);
|
||||
REMOVE_BIT_AR(PRF_FLAGS(victim), PRF_SHOWVNUMS);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue