mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-02 02:17:19 +02:00
Fix outstanding tbamud compile errors
This commit is contained in:
parent
78b2e3ae30
commit
7a188a7cdb
7 changed files with 19 additions and 9 deletions
|
|
@ -2794,7 +2794,7 @@ ACMD(do_wizutil)
|
|||
act("A sudden fireball conjured from nowhere thaws $n!", FALSE, vict, 0, 0, TO_ROOM);
|
||||
break;
|
||||
case SCMD_UNAFFECT:
|
||||
if (vict->affected || AFF_FLAGS(vict)) {
|
||||
if (vict->affected || ANY_AFF_FLAGS(vict)) {
|
||||
while (vict->affected)
|
||||
affect_remove(vict, vict->affected);
|
||||
for(taeller=0; taeller < AF_ARRAY_MAX; taeller++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue