history가 없는데 참조해서 발생하는 버그 수정

This commit is contained in:
2018-04-02 02:31:17 +09:00
parent 427532f0a5
commit 3e3f156359
8 changed files with 212 additions and 144 deletions
+15 -10
View File
@@ -2,8 +2,9 @@
function process_32($connect, &$general) {
$log = array();
$alllog = array();
$log = [];
$alllog = [];
$history = [];
global $_firing, $_basefiring, $_firingpower;
$date = substr($general['turntime'],11,5);
@@ -123,8 +124,9 @@ function process_32($connect, &$general) {
}
function process_33($connect, &$general) {
$log = array();
$alllog = array();
$log = [];
$alllog = [];
$history = [];
global $_firing, $_basefiring, $_firingpower;
//탈취는 0까지 무제한
$date = substr($general['turntime'],11,5);
@@ -271,8 +273,9 @@ function process_33($connect, &$general) {
}
function process_34($connect, &$general) {
$log = array();
$alllog = array();
$log = [];
$alllog = [];
$history = [];
global $_firing, $_basefiring, $_firingpower;
$date = substr($general['turntime'],11,5);
@@ -393,8 +396,9 @@ function process_34($connect, &$general) {
}
function process_35($connect, &$general) {
$log = array();
$alllog = array();
$log = [];
$alllog = [];
$history = [];
global $_firing, $_basefiring, $_firingpower;
$date = substr($general['turntime'],11,5);
@@ -518,8 +522,9 @@ function process_35($connect, &$general) {
function process_36($connect, &$general) {
return process_99($connect, $general);
$log = array();
$alllog = array();
$log = [];
$alllog = [];
$history = [];
global $_firing, $_basefiring, $_firingpower;
$date = substr($general['turntime'],11,5);