Skip to content

Commit f299985

Browse files
Update SkillStatMap.lua
1 parent ccb394b commit f299985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/SkillStatMap.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -2076,7 +2076,7 @@ return {
20762076
mod("MinionModifier", "LIST", { mod = mod("Damage", "INC", nil, 0, KeywordFlag.Ailment) }),
20772077
},
20782078
["minion_block_%"] = {
2079-
mod("MinionModifier", "LIST", { mod = mod("BlockChance", "BASE", nil, 0, 0) }),
2079+
mod("MinionModifier", "LIST", { mod = mod("BlockChance", "BASE", nil) }),
20802080
},
20812081
["base_number_of_zombies_allowed"] = {
20822082
mod("ActiveZombieLimit", "BASE", nil),

0 commit comments

Comments
 (0)