Division by zero fix

This commit is contained in:
Tercio Jose
2022-10-23 13:13:20 -03:00
parent 48b9bf0f3b
commit d97fe98a78
21 changed files with 604 additions and 552 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ function openRaidLib.GetUnitID(playerName)
end
local filterStringToCooldownType = {
local filterStringToCooldownType = { --report: "filterStringToCooldownType doesn't include the new filters."
["defensive-raid"] = CONST_COOLDOWN_TYPE_DEFENSIVE_RAID,
["defensive-target"] = CONST_COOLDOWN_TYPE_DEFENSIVE_TARGET,
["defensive-personal"] = CONST_COOLDOWN_TYPE_DEFENSIVE_PERSONAL,