추방 버그 수정

This commit is contained in:
2018-07-19 23:13:05 +09:00
parent 4a7b84d6de
commit cd31bc69ef
+1 -1
View File
@@ -150,7 +150,7 @@ if($btn == "추방") {
'makelimit'=>12,
'gold'=>$general['gold'],
'rice'=>$general['rice'],
'dedication'=>$db->sqleval('dedication * (1 - 0.1*betray'),
'dedication'=>$db->sqleval('dedication * (1 - 0.1*betray)'),
], 'no=%i', $general['no']);
}
}