- Artrewards gefixt

This commit is contained in:
Enno Rehling 2004-06-06 18:41:18 +00:00
parent 6405359354
commit 94cc965817
1 changed files with 2 additions and 2 deletions

View File

@ -258,7 +258,7 @@ use_instantartacademy(struct unit * u, const struct item_type * itype,
set_string(&b->name, buf); set_string(&b->name, buf);
ADDMSG(&u->region->msgs, msg_message( ADDMSG(&u->region->msgs, msg_message(
"artacademy_create", "unit command", u, cm)); "artacademy_create", "unit region", u, u->region));
return 1; return 1;
} }
@ -296,7 +296,7 @@ use_instantartsculpture(struct unit * u, const struct item_type * itype,
set_string(&b->name, buf); set_string(&b->name, buf);
ADDMSG(&u->region->msgs, msg_message( ADDMSG(&u->region->msgs, msg_message(
"artsculpture_create", "unit region command", u, cm)); "artsculpture_create", "unit region command", u, u->region, cm));
return 1; return 1;
} }