Skip to content

Commit

Permalink
added icon for traversing dusk (heal)
Browse files Browse the repository at this point in the history
  • Loading branch information
EliphasNUIT committed Oct 13, 2024
1 parent 51145b9 commit 5ed0e38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions GW2EIEvtcParser/ParsedData/Skills/SkillItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,7 @@ internal static (long, long) GetArcDPSCustomIDs(EvtcVersionEvent evtcVersion)
{ ShadowStrike, "https://wiki.guildwars2.com/images/6/66/Shadow_Assault.png" },
{ InfiltratorsStrikeSomething, "https://wiki.guildwars2.com/images/2/2c/Infiltrator%27s_Strike.png" },
{ BarbedSpearRanged, "https://wiki.guildwars2.com/images/a/a4/Barbed_Spear.png" },
{ TraversingDuskHeal, "https://wiki.guildwars2.com/images/1/10/Traversing_Dusk.png" },
#endregion ThiefIcons
#region WarriorIcons
{ MendingMight, "https://wiki.guildwars2.com/images/e/e7/Mending_Might.png" },
Expand Down
1 change: 1 addition & 0 deletions GW2EIEvtcParser/ParserHelpers/SkillIDs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3516,6 +3516,7 @@ public static class SkillIDs
public const long BarrierBurst = 63141;
public const long PetUnleashed = 63145;
public const long UnleashRanger = 63147;
public const long TraversingDuskHeal = 63149;
public const long TripleThreat = 63154;
public const long EnterShadowShroud = 63155;
public const long EternalNight = 63160;
Expand Down

0 comments on commit 5ed0e38

Please sign in to comment.