BCC-Classic Fix #122


Open
  • Aurleis created this issue May 28, 2021

    To make v3.2.4 work with BCC-Classic open Omen.LUA and delete the following lines

     

    (Lines 774-779):

     

    if event == "PET_BATTLE_OPENING_START" then
    self:_toggle(false)
    return
    elseif not WoWClassic and C_PetBattles.IsInBattle() then
    return
    end

     


To post a comment, please login or register a new account.