ToggleSpellBook is now replaced by PlayerSpellsUtil.ToggleSpellBookFrame #55


Open
  • datagutten created this issue Oct 19, 2025

    Blizzard has moved the ToggleSpellBook function to a namespace, so the call to ToggleSpellBook should be replaced by PlayerSpellsUtil.ToggleSpellBookFrame

     

    51x ...oker_WhereAmI/libs/LibTourist-3.0-90331/LibTourist-3.0.lua:2885: attempt to call global 'ToggleSpellBook' (a nil value)
    [Broker_WhereAmI/libs/LibTourist-3.0-90331/LibTourist-3.0.lua]:2885: in function <...oker_WhereAmI/libs/LibTourist-3.0/LibTourist-3.0.lua:2839>
    
    Locals:
    (*temporary) = nil
    (*temporary) = "professions"
    (*temporary) = "attempt to call global 'ToggleSpellBook' (a nil value)"
    psiElapsed = 1.800000
    psiInterval = 0.150000
    psiCycle = 12
    psiDelay = 10
    psiMaxCycles = 30
    psiPhase = 2
    psiButtonName = "PrimaryProfession1SpellButtonBottom"
    psiRetryCount = 0
    psiRetryMax = 3
    

     


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