falsche reihenfolge message-parameter

This commit is contained in:
Enno Rehling 2005-07-26 19:44:12 +00:00
parent aabb1ef180
commit ab3dd3bfeb
1 changed files with 1 additions and 1 deletions

View File

@ -2019,7 +2019,7 @@ static void
creation_message(unit * mage, const item_type * itype)
{
ADDMSG(&mage->faction->msgs, msg_message("item_create_spell",
"mage number item", mage, itype->rtype, 1));
"mage number item", mage, 1, itype->rtype));
}
static int