More 10.0.2 changes

This commit is contained in:
2022-11-16 11:26:54 -06:00
parent fcd5d6d1f9
commit 55c73b3505
2 changed files with 9 additions and 0 deletions

View File

@ -27,6 +27,11 @@ if C_Container then
end end
end end
local EQUIPPED_LAST = EQUIPPED_LAST
if not EQUIPPED_LAST then
EQUIPPED_LAST = INVSLOT_LAST_EQUIPPED
end
local WowVer = select(4, GetBuildInfo()) local WowVer = select(4, GetBuildInfo())
local IsClassic = false local IsClassic = false
local IsClassicBC = false local IsClassicBC = false

View File

@ -1,3 +1,7 @@
v1.9.5:
- Fix another error from 10.0.2
v1.9.4: v1.9.4:
- Update TOC for 10.0.2 - Update TOC for 10.0.2