Skip to content

Commit cec7e75

Browse files
committed
Fixed player.last issue
1 parent d8c673b commit cec7e75

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/SkadaAttunes/SkadaAttunes.lua

+4
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@ local function get_player(set, playerId, playerName)
161161
player.first = time()
162162
end
163163

164+
if not player.last then
165+
player.last = time()
166+
end
167+
164168
return player
165169
end
166170
end

src/SkadaAttunes/SkadaAttunes.toc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Title: Skada |r[|caaedc99fAttunes|r]
33
## Notes: Adds attunement tracking to Skada
44
## Author: Imevul
5-
## Version: 1.0.5
5+
## Version: 1.0.6
66
## Dependencies: Skada
77

88
SkadaAttunes.lua

0 commit comments

Comments
 (0)