Skip to content

Commit

Permalink
Fixed typo in attack_result_condition
Browse files Browse the repository at this point in the history
  • Loading branch information
MeAndUnique committed Aug 13, 2022
1 parent 78a1985 commit 8097f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/manager_action_attack_4e_tmt.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function initializeConditions()
rAttackResultCondition = {
sName = "attack_result_condition",
fCondition = attackMatchesResultCondition,
aRequriedParameters = {
aRequiredParameters = {
"rSource",
"rTarget",
"nAttack",
Expand Down
2 changes: 1 addition & 1 deletion scripts/manager_action_attack_5e_tmt.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function initializeConditions()
rAttackResultCondition = {
sName = "attack_result_condition",
fCondition = attackMatchesResultCondition,
aRequriedParameters = {
aRequiredParameters = {
"rSource",
"rTarget",
"nAttack",
Expand Down

0 comments on commit 8097f45

Please sign in to comment.