Added .total_extra for damage actors, when above zero, a secondary statusbar is shown in the player bar

This commit is contained in:
Tercio Jose
2023-07-20 16:37:27 -03:00
parent 22d8686b03
commit ae490f434d
2 changed files with 3 additions and 5 deletions
+3 -3
View File
@@ -13,12 +13,12 @@
local addonName, Details222 = ...
local version, build, date, tocversion = GetBuildInfo()
Details.build_counter = 11701
Details.alpha_build_counter = 11701 --if this is higher than the regular counter, use it instead
Details.build_counter = 11718
Details.alpha_build_counter = 11718 --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
Details.realversion = 154 --core version, this is used to check API version for scripts and plugins (see alias below)
Details.realversion = 155 --core version, this is used to check API version for scripts and plugins (see alias below)
Details.APIVersion = Details.realversion --core version
Details.version = Details.userversion .. " (core " .. Details.realversion .. ")" --simple stirng to show to players