mirror of
https://github.com/parnic/breakables.git
synced 2025-06-16 17:40:13 -05:00
More 10.0.2 changes
This commit is contained in:
@ -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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user