Addon not working in 9.2.5
Hirokumi opened this issue ยท 1 comments
This error LUA in game is :
2x CheckPvP\CheckPvP-1.4.0.lua:1: attempt to index global 'UnitPopupButtons' (a nil value)
[string "@CheckPvP\CheckPvP-1.4.0.lua"]:1: in main chunk
Locals:
(*temporary) = nil
(*temporary) = <table> {
dist = 0
text = "Check PvP"
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index global 'UnitPopupButtons' (a nil value)"
12x (null)
You need to set inital value for UnitPopupButtons table, before adding new keys
PR #2