Update magic.c

This commit is contained in:
Rumble 2013-12-27 20:28:33 -05:00
parent b219c16d73
commit 45be2cd541

View file

@ -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");
return;
}