Fixed an issue with player names cache getting 'Unknown' from UnitName()
This commit is contained in:
parent
11a821729b
commit
0897550b1b
5 changed files with 74 additions and 5 deletions
4
boot.lua
4
boot.lua
|
|
@ -19,8 +19,8 @@
|
|||
local addonName, Details222 = ...
|
||||
local version = GetBuildInfo()
|
||||
|
||||
Details.build_counter = 12869
|
||||
Details.alpha_build_counter = 12869 --if this is higher than the regular counter, use it instead
|
||||
Details.build_counter = 12877
|
||||
Details.alpha_build_counter = 12877 --if this is higher than the regular counter, use it instead
|
||||
Details.dont_open_news = true
|
||||
Details.game_version = version
|
||||
Details.userversion = version .. " " .. Details.build_counter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue