fix: 무작위장수명 모드에서 장수명이 제대로 지정되지 않음
This commit is contained in:
@@ -431,6 +431,9 @@ class Join extends \sammo\BaseAPI
|
||||
if($blockCustomGeneralName){
|
||||
//XXX: 클래스가 이게 맞나?
|
||||
$name = Auction::genObfuscatedName($generalID);
|
||||
$db->update('general', [
|
||||
'name' => $name
|
||||
], 'no=%i', $generalID);
|
||||
}
|
||||
|
||||
$turnRows = [];
|
||||
|
||||
Reference in New Issue
Block a user