Skip to content

Commit

Permalink
fix: NextUseConcoctionTime _G table (#1916)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luan Luciano authored Nov 26, 2023
1 parent 8100402 commit 33d62b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/global.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ if not _G.NextUseXpStamina then
_G.NextUseXpStamina = {}
end

if not _G._G.NextUseConcoctionTime then
_G._G.NextUseConcoctionTime = {}
if not _G.NextUseConcoctionTime then
_G.NextUseConcoctionTime = {}
end

-- Delay potion
Expand Down

0 comments on commit 33d62b4

Please sign in to comment.