Commit 36b2f422 authored by unknown's avatar unknown

clean

parent d81b49cc
...@@ -683,7 +683,6 @@ function item_add_trait($choice1, $choice2) ...@@ -683,7 +683,6 @@ function item_add_trait($choice1, $choice2)
$itmkc2 = '🥚'; $itmkc2 = '🥚';
//清空itm1 //清空itm1
destory_single_item($pdata, $choice1); destory_single_item($pdata, $choice1);
var_dump("1");
return; return;
} }
elseif ($rage < 50 ) { elseif ($rage < 50 ) {
...@@ -700,7 +699,6 @@ function item_add_trait($choice1, $choice2) ...@@ -700,7 +699,6 @@ function item_add_trait($choice1, $choice2)
foreach ($matches[0] as $match) { foreach ($matches[0] as $match) {
$itmn_result .= $match; $itmn_result .= $match;
} }
var_dump($itmn_result);
$itmc2 = $itmc2 . $itmn_result; $itmc2 = $itmc2 . $itmn_result;
$itmkc2 = $itmkc1 . $itmkc2; $itmkc2 = $itmkc1 . $itmkc2;
$itmec2 = (int)$itmec1 + (int)$itmec2; $itmec2 = (int)$itmec1 + (int)$itmec2;
......
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