mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-25 13:01:44 +01:00
Update magic.c
This commit is contained in:
@@ -995,7 +995,7 @@ void mag_rooms(int level, struct char_data *ch, int spellnum)
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (failure || IdNum == -1) {
|
if (failure || (event_id)IdNum == -1) {
|
||||||
send_to_char(ch, "You failed!\r\n");
|
send_to_char(ch, "You failed!\r\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user