Skip to content

Commit bb79048

Browse files
authored
Added Janthir WIlds Relic Ids (#29)
1 parent e376d81 commit bb79048

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

include/c#/10/Database/ItemIds.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,4 +1190,10 @@ public enum ItemId {
11901190
Relic_of_the_Twin_Generals = 101767,
11911191
Relic_of_the_Wayfinder = 101943,
11921192
Relic_of_Zakiros = 101955,
1193+
Relic_of_Sorrow = 103424,
1194+
Relic_of_Rivers = 103015,
1195+
Relic_of_the_Claw = 103574,
1196+
Relic_of_Atrocity = 102245,
1197+
Relic_of_the_Stormsinger = 102595,
1198+
Relic_of_the_Blightbringer = 102199,
11931199
}

include/php/8.0/Database/ItemIds.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,4 +1117,10 @@ class ItemId {
11171117
public const Relic_of_the_Twin_Generals = 101767;
11181118
public const Relic_of_the_Wayfinder = 101943;
11191119
public const Relic_of_Zakiros = 101955;
1120+
public const Relic_of_Sorrow = 103424;
1121+
public const Relic_of_Rivers = 103015;
1122+
public const Relic_of_the_Claw = 103574;
1123+
public const Relic_of_Atrocity = 102245;
1124+
public const Relic_of_the_Stormsinger = 102595;
1125+
public const Relic_of_the_Blightbringer = 102199;
11201126
}

include/ts/es6/Database/ItemIds.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,5 +1114,11 @@ enum ItemId {
11141114
Relic_of_the_Twin_Generals = 101767,
11151115
Relic_of_the_Wayfinder = 101943,
11161116
Relic_of_Zakiros = 101955,
1117+
Relic_of_Sorrow = 103424,
1118+
Relic_of_Rivers = 103015,
1119+
Relic_of_the_Claw = 103574,
1120+
Relic_of_Atrocity = 102245,
1121+
Relic_of_the_Stormsinger = 102595,
1122+
Relic_of_the_Blightbringer = 102199,
11171123
}
11181124
export default ItemId;

0 commit comments

Comments
 (0)