diff --git a/bin/json/game_skillafteratk.json b/bin/json/game_skillafteratk.json index 4fb84ace2..bce0648b8 100644 --- a/bin/json/game_skillafteratk.json +++ b/bin/json/game_skillafteratk.json @@ -43942,7 +43942,7 @@ "ExecuteCnt": 1, "Type": 2, "Argu": [ - 470038121, + 470038111, -1, -1 ], diff --git a/bin/json/game_skillpassive.json b/bin/json/game_skillpassive.json index abd31a6fd..abae8c07e 100644 --- a/bin/json/game_skillpassive.json +++ b/bin/json/game_skillpassive.json @@ -3749,7 +3749,7 @@ ] }, { - "Id": 470028121, + "Id": 470038121, "When": 16, "FromCheck": "Target=2", "TargetCheck": "Target=3", diff --git a/modules/user/module.go b/modules/user/module.go index 529f005bd..aba2994e2 100644 --- a/modules/user/module.go +++ b/modules/user/module.go @@ -546,7 +546,7 @@ func (this *User) change(session comm.IUserSession, attr string, add int32) (cha } change.Ps += add userEx.ConsumPs += -add - this.ModuleUiGame.HDPSTodayConsum(session.GetUserId(), change.Ps) + this.ModuleUiGame.HDPSTodayConsum(session.GetUserId(), userEx.ConsumPs) } else { if change.Ps+add > ggd.PsUl { change.Ps = ggd.PsUl