forked from github/server
- Fix patzer3
This commit is contained in:
parent
f139b9878a
commit
2fbc1dadd4
|
@ -1448,8 +1448,8 @@ do_fumble(castorder *co)
|
||||||
/* Spruch schlägt fehl, alle Magiepunkte weg */
|
/* Spruch schlägt fehl, alle Magiepunkte weg */
|
||||||
set_spellpoints(u, 0);
|
set_spellpoints(u, 0);
|
||||||
add_message(&u->faction->msgs, new_message(u->faction,
|
add_message(&u->faction->msgs, new_message(u->faction,
|
||||||
"patzer3%u:unit%r:region%s:command%u:unit%u:unit",
|
"patzer3%u:unit%r:region%s:command",
|
||||||
u, r, sp->name, u, u));
|
u, r, sp->name));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 5:
|
case 5:
|
||||||
|
|
|
@ -5562,8 +5562,6 @@
|
||||||
<arg name="unit" type="unit"></arg>
|
<arg name="unit" type="unit"></arg>
|
||||||
<arg name="region" type="region"></arg>
|
<arg name="region" type="region"></arg>
|
||||||
<arg name="command" type="string"></arg>
|
<arg name="command" type="string"></arg>
|
||||||
<arg name="unit" type="unit"></arg>
|
|
||||||
<arg name="unit" type="unit"></arg>
|
|
||||||
</type>
|
</type>
|
||||||
<locale name="de">
|
<locale name="de">
|
||||||
<nr section="magic">
|
<nr section="magic">
|
||||||
|
|
Loading…
Reference in New Issue