Skip to content

Commit 6dbcf19

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents c611422 + 3d8795a commit 6dbcf19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MY_!Base/src/lib/Game.Target.Player.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ function X.GetClientPlayerCharInfo()
142142
dwForceID = me.dwForceID,
143143
nEquipScore = me.GetTotalEquipScore() or 0,
144144
dwMountKungfuID = kungfu and kungfu.dwSkillID or 0,
145+
dwActualMountKungfuID = kungfu and kungfu.dwSkillID or 0,
145146
}
146147
if CharInfoMore_GetShowValue then
147148
local aCategory, aContent, tTip = CharInfoMore_GetShowValue()

0 commit comments

Comments
 (0)