Skip to content

Commit

Permalink
lock this to 13 instead of trying for more
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Jan 10, 2025
1 parent 60fab35 commit 9eb2a60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ElvUI/Core/General/API.lua
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,9 @@ do
E.ClassInfoByID = classByID
E.ClassInfoByFile = classByFile

for index = 1, 15 do -- really blizzard, whats up with this on anniversary?
for index = 1, 13 do -- really blizzard, whats up with this?
-- 1) _G.GetClassInfo gives SHAMAN for 6 and 7 on anniversary
-- 2) 14 is Adventurer on Retail ?
local info = GetClassInfo(index)
if info then
classByID[info.classID] = info
Expand Down

0 comments on commit 9eb2a60

Please sign in to comment.