mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-22 05:50:48 +02:00
Update magic.c
This commit is contained in:
parent
b219c16d73
commit
45be2cd541
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue