Skip to content

Commit

Permalink
Added Janthir WIlds Relic Ids (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkaaaaa authored Sep 12, 2024
1 parent e376d81 commit bb79048
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/c#/10/Database/ItemIds.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1190,4 +1190,10 @@ public enum ItemId {
Relic_of_the_Twin_Generals = 101767,
Relic_of_the_Wayfinder = 101943,
Relic_of_Zakiros = 101955,
Relic_of_Sorrow = 103424,
Relic_of_Rivers = 103015,
Relic_of_the_Claw = 103574,
Relic_of_Atrocity = 102245,
Relic_of_the_Stormsinger = 102595,
Relic_of_the_Blightbringer = 102199,
}
6 changes: 6 additions & 0 deletions include/php/8.0/Database/ItemIds.php
Original file line number Diff line number Diff line change
Expand Up @@ -1117,4 +1117,10 @@ class ItemId {
public const Relic_of_the_Twin_Generals = 101767;
public const Relic_of_the_Wayfinder = 101943;
public const Relic_of_Zakiros = 101955;
public const Relic_of_Sorrow = 103424;
public const Relic_of_Rivers = 103015;
public const Relic_of_the_Claw = 103574;
public const Relic_of_Atrocity = 102245;
public const Relic_of_the_Stormsinger = 102595;
public const Relic_of_the_Blightbringer = 102199;
}
6 changes: 6 additions & 0 deletions include/ts/es6/Database/ItemIds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1114,5 +1114,11 @@ enum ItemId {
Relic_of_the_Twin_Generals = 101767,
Relic_of_the_Wayfinder = 101943,
Relic_of_Zakiros = 101955,
Relic_of_Sorrow = 103424,
Relic_of_Rivers = 103015,
Relic_of_the_Claw = 103574,
Relic_of_Atrocity = 102245,
Relic_of_the_Stormsinger = 102595,
Relic_of_the_Blightbringer = 102199,
}
export default ItemId;

0 comments on commit bb79048

Please sign in to comment.