Commit c9ab6064 authored by winddramon's avatar winddramon

change_subwep display fix

修复切换两个空手时的显示错误
另修改了install时进行的db操作
parent fde5907e
...@@ -74,6 +74,7 @@ web.config ...@@ -74,6 +74,7 @@ web.config
*.psd *.psd
*.xlsx *.xlsx
*.bak
# composer # composer
vendor vendor
......
...@@ -1496,7 +1496,8 @@ function change_subwep($s=2,&$data=NULL) ...@@ -1496,7 +1496,8 @@ function change_subwep($s=2,&$data=NULL)
$sweplog .="拿出了<span class='yellow'>{$wep}</span>"; $sweplog .="拿出了<span class='yellow'>{$wep}</span>";
} }
$log .= $sweplog."。<br>"; if(!$sweplog) $log .= '你左手交叠右手,大喝一声:“我特殊召唤两个拳头!”<br>';
else $log .= $sweplog."。<br>";
return; return;
} }
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment