From a7d7f981e369d1ae27410f1fe1aaaeb34c21ea3b Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期日, 09 十月 2022 18:32:35 +0800
Subject: [PATCH] 9455 【越南】【后端】通天令

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSignDay.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSignDay.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSignDay.py
index 92d26c0..f748efc 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSignDay.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSignDay.py
@@ -29,6 +29,7 @@
 import DataRecordPack
 import ChPyNetSendPack
 import PlayerMagicWeapon
+import PlayerTongTianLing
 import PlayerPet
 import PlayerControl
 import GameWorld
@@ -180,6 +181,7 @@
             curEffect = signDayAttrSkill.GetEffect(0)
             PlayerControl.NotifyCode(curPlayer, "SignInText2", [ChConfig.Def_SkillID_PetSignDay, curEffect.GetEffectID(), curEffect.GetEffectValue(0)])
             
+    PlayerTongTianLing.AddTongTianTaskValue(curPlayer, ChConfig.TTLTaskType_Sign, 1)
     return
 
 ## 签到总奖励天数

--
Gitblit v1.8.0