From 55c73b3505ffc26e5b854b7a3f1d6b8f4f28fa0c Mon Sep 17 00:00:00 2001 From: Parnic Date: Wed, 16 Nov 2022 11:26:54 -0600 Subject: [PATCH] More 10.0.2 changes --- Breakables.lua | 5 +++++ changelog.txt | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/Breakables.lua b/Breakables.lua index 7803e37..5d8da0b 100644 --- a/Breakables.lua +++ b/Breakables.lua @@ -27,6 +27,11 @@ if C_Container then end end +local EQUIPPED_LAST = EQUIPPED_LAST +if not EQUIPPED_LAST then + EQUIPPED_LAST = INVSLOT_LAST_EQUIPPED +end + local WowVer = select(4, GetBuildInfo()) local IsClassic = false local IsClassicBC = false diff --git a/changelog.txt b/changelog.txt index 8a0f60d..54e2a14 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +v1.9.5: + +- Fix another error from 10.0.2 + v1.9.4: - Update TOC for 10.0.2