From 9eb2a60100c417fb6f4cbf28b2520b780f951a41 Mon Sep 17 00:00:00 2001 From: Simpy Date: Fri, 10 Jan 2025 06:55:46 -0500 Subject: [PATCH] lock this to 13 instead of trying for more --- ElvUI/Core/General/API.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ElvUI/Core/General/API.lua b/ElvUI/Core/General/API.lua index 9c47c23a1b..d7bf52d6dd 100644 --- a/ElvUI/Core/General/API.lua +++ b/ElvUI/Core/General/API.lua @@ -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