forked from github/server
falsche reihenfolge message-parameter
This commit is contained in:
parent
aabb1ef180
commit
ab3dd3bfeb
|
@ -2019,7 +2019,7 @@ static void
|
||||||
creation_message(unit * mage, const item_type * itype)
|
creation_message(unit * mage, const item_type * itype)
|
||||||
{
|
{
|
||||||
ADDMSG(&mage->faction->msgs, msg_message("item_create_spell",
|
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
|
static int
|
||||||
|
|
Loading…
Reference in New Issue