루드라사움을 위한 시스템 보정

This commit is contained in:
2018-07-30 00:37:39 +09:00
parent a58f05a295
commit 46389341db
8 changed files with 741 additions and 710 deletions
-1
View File
@@ -37,7 +37,6 @@ if($third < 0) { $third = 0; }
if($fourth < 0) { $fourth = 0; }
if($command > 99) { $command = 0; }
if($double > 9999) { $double = 9999; }
if($third > 9999) { $third = 9999; }
if($fourth > 9999) { $fourth = 9999; }
$comStr = EncodeCommand($fourth, $third, $double, $command);