from retail
This commit is contained in:
@@ -101,7 +101,7 @@ local function GetProperties(parentData, data)
|
||||
local result = CopyTable(properties)
|
||||
for i in ipairs(data.tick_placements) do
|
||||
|
||||
result["tick_placement" .. i] = {
|
||||
result["tick_placements." .. i] = {
|
||||
display = #data.tick_placements > 1 and L["Placement %i"]:format(i) or L["Placement"],
|
||||
setter = "SetTickPlacementAt",
|
||||
type = "number",
|
||||
@@ -286,8 +286,8 @@ local funcs = {
|
||||
else
|
||||
tick_placement = self.progressData[i].expirationTime - GetTime() + self.tick_placements[i]
|
||||
end
|
||||
elseif self.progressType == "static" then
|
||||
tick_placement = self.progressData[i].value + self.progressData[i].tick_placements[i]
|
||||
elseif self.progressData[i].progressType == "static" then
|
||||
tick_placement = self.progressData[i].value + self.tick_placements[i]
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user