forked from github/server
crash
This commit is contained in:
parent
8a673d8481
commit
3fa54cbb47
2 changed files with 4 additions and 5 deletions
|
@ -6685,12 +6685,11 @@ sp_break_curse(castorder *co)
|
||||||
|
|
||||||
ADDMSG(&mage->faction->msgs, msg_message(
|
ADDMSG(&mage->faction->msgs, msg_message(
|
||||||
"destroy_curse_effect", "unit region command id target",
|
"destroy_curse_effect", "unit region command id target",
|
||||||
mage, mage->region, co->order, pa->param[1]->data.xs,
|
mage, mage->region, co->order, pa->param[1]->data.xs, ts));
|
||||||
ts));
|
|
||||||
} else {
|
} else {
|
||||||
ADDMSG(&mage->faction->msgs, msg_message(
|
ADDMSG(&mage->faction->msgs, msg_message(
|
||||||
"destroy_curse_noeffect", "unit region command",
|
"destroy_curse_noeffect", "unit region command id target",
|
||||||
mage, mage->region, co->order));
|
mage, mage->region, co->order, pa->param[1]->data.xs, ts));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -76,7 +76,7 @@
|
||||||
<param name="modules.wormholes" value="1"/>
|
<param name="modules.wormholes" value="1"/>
|
||||||
<param name="entertain.base" value="0"/>
|
<param name="entertain.base" value="0"/>
|
||||||
<param name="entertain.perlevel" value="20"/>
|
<param name="entertain.perlevel" value="20"/>
|
||||||
<param name="nmr.timeout" value="4"/>
|
<param name="nmr.timeout" value="5"/>
|
||||||
<param name="nmr.removenewbie" value="10"/>
|
<param name="nmr.removenewbie" value="10"/>
|
||||||
<param name="GiveRestriction" value="3"/>
|
<param name="GiveRestriction" value="3"/>
|
||||||
<param name="hunger.long" value="1"/>
|
<param name="hunger.long" value="1"/>
|
||||||
|
|
Loading…
Reference in a new issue