Skip to content

Commit

Permalink
Fix lua error luaLS missed on jaina do to it's inability to recognize…
Browse files Browse the repository at this point in the history
… "self" as a passed on arg without param'ing it. Fixes DeadlyBossMods/DeadlyBossMods#1154
  • Loading branch information
MysticalOS committed Jul 21, 2024
1 parent 4c83e18 commit 8624d54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DBM-Raids-BfA/BattleofDazaralor/Jaina.lua
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ function mod:HeartofFrostTarget(targetname, uId)
end
end

---@param self DBMMod529
local function graspCollection(self, finish)
if finish then
graspActive = false
Expand Down

0 comments on commit 8624d54

Please sign in to comment.