bugfix zauber

This commit is contained in:
Enno Rehling 2002-08-18 12:24:24 +00:00
parent d9a2fc8dc5
commit 543eabd6b3
2 changed files with 3 additions and 3 deletions

View File

@ -1291,7 +1291,7 @@ patzer_ents(castorder *co)
/* melden, 1x pro Partei */
{
message * unseen = msg_message("entrise", "region amount", r, ents);
message * unseen = msg_message("entrise", "region", r);
report_effect(r, mage, unseen, unseen);
}
}

View File

@ -5977,11 +5977,11 @@
<arg name="unit" type="unit"></arg>
<arg name="region" type="region"></arg>
<arg name="command" type="string"></arg>
<arg name="target" type="unit"></arg>
<arg name="target" type="string"></arg>
</type>
<locale name="de">
<nr section="magic">
<text>"$unit($unit) in $region($region): '$command' - $unit($unit) verzaubert $unit($target)"</text>
<text>"$unit($unit) in $region($region): '$command' - $unit($unit) verzaubert $target"</text>
</nr>
</locale>
</message>