추방시 명성 안깎이는 버그 수정, 첫 하야시 패널티 없음

This commit is contained in:
2018-11-26 18:12:21 +09:00
parent 864b94f62a
commit e5da1905c6
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -150,11 +150,12 @@ if($btn == "추방") {
'level'=>0,
'nation'=>0,
'belong'=>0,
'betray'=>$db->sqleval('betray + 1'),
'makelimit'=>12,
'gold'=>$general['gold'],
'rice'=>$general['rice'],
'experience'=>$db->sqleval('experience * (1 - 0.1*betray)'),
'dedication'=>$db->sqleval('dedication * (1 - 0.1*betray)'),
'betray'=>$db->sqleval('betray + 1'),
], 'no=%i', $general['no']);
}
}