소집해제 추가. 커맨드 버그 수정

This commit is contained in:
2018-10-16 01:01:50 +09:00
parent f592eb66a3
commit 642ad6f6f4
10 changed files with 106 additions and 15 deletions
+1 -1
View File
@@ -336,7 +336,7 @@ class General implements iAction{
$result = true;
}
else if($this->getVar($statExpName) >= $limit){
$logger->pushGeneralActionLog("<R>{$statNickName}</>이 <C>1</> 올랐습니다!", ActionLogger::PLAIN);
$logger->pushGeneralActionLog("<S>{$statNickName}</>이 <C>1</> 올랐습니다!", ActionLogger::PLAIN);
$this->increaseVar($statExpName, -$limit);
$this->increaseVar($statName, 1);
$result = true;