forked from github/server
cast_level statt co->level in der message
This commit is contained in:
parent
21f88cf801
commit
77602d1316
|
@ -2698,7 +2698,7 @@ magic(void)
|
|||
* gezaubert, co->level ist aber defaultmäßig Stufe des Magiers */
|
||||
if (spl_costtyp(sp) != SPC_FIX) {
|
||||
ADDMSG(&u->faction->msgs, msg_message("missing_components",
|
||||
"unit spell level", u, sp, co->level));
|
||||
"unit spell level", u, sp, cast_level));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue