Skip to content

Commit

Permalink
[Azerite Essences] Ensure EssenceRank Returns
Browse files Browse the repository at this point in the history
- Default to return 0 if ID is not found
  • Loading branch information
Cilraaz committed Jan 24, 2020
1 parent 25ff20a commit ce2024e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HeroLib/Class/Spell/Azerite.lua
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,5 @@ function Spell:EssenceRank(ID)
end
end
end
return 0
end

0 comments on commit ce2024e

Please sign in to comment.