forked from github/server
- Sphere war als Item nicht definiert.
- Hoffentlich stimmt das so mit dem Mapping vom Item auf die XML-Datei.
This commit is contained in:
parent
890691d282
commit
2525e7a04a
|
@ -1215,6 +1215,10 @@ t_item itemdata[MAXITEMS] = {
|
|||
{"Magischer Kräuterbeutel", "Magische Kräuterbeutel", "", ""}, G_M,
|
||||
IS_MAGIC, 0, 0, {0, 0, 0, 0, 0, 0}, 100, 0, 0, NULL
|
||||
}
|
||||
{ /* I_SPHERE_OF_INVISIBILITY */
|
||||
{"Sphäre der Unsichtbarkeit", "Sphären der Unsichtbarkeit", "", ""}, G_M,
|
||||
IS_MAGIC, 0, 0, {0, 0, 0, 0, 0, 0}, 100, 0, 0, NULL
|
||||
}
|
||||
};
|
||||
|
||||
const item_t matresource[] = {
|
||||
|
|
|
@ -603,6 +603,14 @@
|
|||
</string>
|
||||
|
||||
<comment>Items</comment>
|
||||
<string name="sphereofinv">
|
||||
<text locale="de">Sphäre der Unsichtbarkeit</text>
|
||||
<text locale="en">sphere of invisibility</text>
|
||||
</string>
|
||||
<string name="sphereofinv_p">
|
||||
<text locale="de">Sphären der Unsichtbarkeit</text>
|
||||
<text locale="en">spheres of invisibility</text>
|
||||
</string>
|
||||
<string name="herb">
|
||||
<text locale="de">Kraut</text>
|
||||
</string>
|
||||
|
|
Loading…
Reference in New Issue