forked from github/server
assert wg. falscher message-parameter (der sollte eigentlich nicht noetig
sein)
This commit is contained in:
parent
9671629f47
commit
08d10d8588
|
@ -66,7 +66,7 @@ cinfo_shipnodrift(const void * obj, typ_t typ, const curse *c, int self)
|
||||||
if (self != 0) {
|
if (self != 0) {
|
||||||
return msg_message("curseinfo::shipnodrift_1", "ship duration id", sh, c->duration, c->no);
|
return msg_message("curseinfo::shipnodrift_1", "ship duration id", sh, c->duration, c->no);
|
||||||
}
|
}
|
||||||
return msg_message("curseinfo::shipnodrift_0", "ship duration id", sh, c->duration, c->no);
|
return msg_message("curseinfo::shipnodrift_0", "ship id", sh, c->no);
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct curse_type ct_stormwind = { "stormwind",
|
static struct curse_type ct_stormwind = { "stormwind",
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
</resource>
|
</resource>
|
||||||
|
|
||||||
<resource name="ring_of_levitation" appearance="ring">
|
<resource name="ring_of_levitation" appearance="ring">
|
||||||
<item notlost="yes" weight="0">
|
<item notlost="yes" weight="0" cursed="true">
|
||||||
<function name="use" value="lua_useitem"/>
|
<function name="use" value="lua_useitem"/>
|
||||||
</item>
|
</item>
|
||||||
</resource>
|
</resource>
|
||||||
|
|
Loading…
Reference in New Issue