Skip to content

Commit

Permalink
Merge branch 'fix_skill-tags' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
LocalIdentity committed Apr 17, 2021
2 parents 2315bbe + 7c8aa14 commit 4f804b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions src/Data/Global.lua
Original file line number Diff line number Diff line change
Expand Up @@ -240,16 +240,16 @@ SkillType = {
FiresArrowsAtTargetLocation = 100,
SecondWindSupport = 101,
Type97= 102,
CantUseFistOfWar = 103,
SlamSkill = 104,
StanceSkill = 105, -- Bload and Sand + Flesh and Stone
CreatesMirageWarrior = 106,
UsesSupportedTriggerSkill = 107,
SteelSkill = 108,
Hex = 109,
Mark = 110,
Aegis = 111,
Orb = 112,
SlamSkill = 103,
StanceSkill = 104,
CreatesMirageWarrior = 105, -- Bload and Sand + Flesh and Stone
UsesSupportedTriggerSkill = 106,
SteelSkill = 107,
Hex = 108,
Mark = 109,
Aegis = 110,
Orb = 111,
Type112 = 112,
}

GlobalCache = {
Expand Down
2 changes: 1 addition & 1 deletion src/Export/Scripts/skills.lua
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ local skillTypes = {
"FiresArrowsAtTargetLocation",
"SecondWindSupport",
"Type97",
"CantUseFistOfWar",
"SlamSkill",
"StanceSkill",
"CreatesMirageWarrior",
Expand All @@ -100,6 +99,7 @@ local skillTypes = {
"Mark",
"Aegis",
"Orb",
"Type112",
}

local function mapAST(ast)
Expand Down

0 comments on commit 4f804b7

Please sign in to comment.