From 97fe26fabc35cb74d4d057bafc3a2016f7a608a0 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 14 Sep 2020 10:54:39 +0800 Subject: [PATCH] 1 --- webapp/controller/PayController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/PayController.class.php b/webapp/controller/PayController.class.php index 70bdf4f..940ac23 100644 --- a/webapp/controller/PayController.class.php +++ b/webapp/controller/PayController.class.php @@ -741,7 +741,7 @@ class PayController{ } if ($newhand == 2) { if ($row['game_times2'] >= $fight_times2 && $row['view_times2'] + 1 == $view_times2 && $newhand2 == 0) { - $newhand = 1; + $newhand2 = 1; } $rview_times2++; }