- artsculpture_create: Noch ein Fehler bei der Message für ein Item

This commit is contained in:
Enno Rehling 2004-06-12 22:02:38 +00:00
parent 162e67899f
commit 89d902b132
1 changed files with 2 additions and 2 deletions

View File

@ -302,8 +302,8 @@ use_instantartsculpture(struct unit * u, const struct item_type * itype,
sprintf(buf, "%s", LOC(u->faction->locale, "artsculpture"));
set_string(&b->name, buf);
ADDMSG(&u->region->msgs, msg_message(
"artsculpture_create", "unit region command", u, u->region, cm));
ADDMSG(&u->region->msgs, msg_message("artsculpture_create", "unit region",
u, u->region));
itype->rtype->uchange(u, itype->rtype, -1);