Fix outstanding tbamud compile errors

This commit is contained in:
kinther 2025-08-31 06:38:31 -07:00
parent 78b2e3ae30
commit 7a188a7cdb
7 changed files with 19 additions and 9 deletions

View file

@ -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++)