From 53a677b2e167e6f02af77be13592e439b2e0fab4 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 30 Aug 2024 14:52:26 +0800 Subject: [PATCH] 1 --- webapp/controller/BattleController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/BattleController.class.php b/webapp/controller/BattleController.class.php index f444bf35..013ba723 100644 --- a/webapp/controller/BattleController.class.php +++ b/webapp/controller/BattleController.class.php @@ -850,7 +850,7 @@ class BattleController extends BaseAuthedController { myself()->_updateUserInfo(array( 'already_newbie_battle' => 1, )); - myself()->_addTgLog('newBieBattle', array( + myself()->_addTgLog('battle.newbieBattle', array( 'zone_id' => $zoneId, 'node_id' => $nodeId, 'mode_id' => $modeId,