forked from github/server
bugfix zauber
This commit is contained in:
parent
d9a2fc8dc5
commit
543eabd6b3
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue