extended a specific TBC check to Wrath as well

This commit is contained in:
Daniel Henry
2022-07-21 14:38:50 -04:00
parent 06908d7f28
commit f22c937c34
@@ -1296,7 +1296,7 @@ function listener:UnregisterMyEvents()
listener:UnregisterEvent ("UNIT_SPELLCAST_CHANNEL_UPDATE")
listener:UnregisterEvent ("UNIT_SPELLCAST_STOP")
if (not DetailsFramework.IsTBCWow()) then
if (not (DetailsFramework.IsTBCWow() or DetailsFramework.IsWotLKWow())) then
listener:UnregisterEvent ("UNIT_SPELLCAST_INTERRUPTIBLE")
listener:UnregisterEvent ("UNIT_SPELLCAST_NOT_INTERRUPTIBLE")
end