Skip to content

Commit

Permalink
Merge branch 'master' of github.com:HardstuckGuild/HsBuildCodes
Browse files Browse the repository at this point in the history
  • Loading branch information
SaculRennorb committed Jul 5, 2024
2 parents 3478fad + c078b7d commit 9e2d4b6
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 @@ -1184,4 +1184,10 @@ public enum ItemId {
Relic_of_the_Midnight_King = 101139,
Relic_of_Nayos = 101198,
Relic_of_Nourys = 101191,
Relic_of_the_Founding = 101737,
Relic_of_Mosyn = 101801,
Relic_of_the_Sorcerer = 101863,
Relic_of_the_Twin_Generals = 101767,
Relic_of_the_Wayfinder = 101943,
Relic_of_Zakiros = 101955,
}
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 @@ -1111,4 +1111,10 @@ class ItemId {
public const Relic_of_the_Midnight_King = 101139;
public const Relic_of_Nayos = 101198;
public const Relic_of_Nourys = 101191;
public const Relic_of_the_Founding = 101737;
public const Relic_of_Mosyn = 101801;
public const Relic_of_the_Sorcerer = 101863;
public const Relic_of_the_Twin_Generals = 101767;
public const Relic_of_the_Wayfinder = 101943;
public const Relic_of_Zakiros = 101955;
}
6 changes: 6 additions & 0 deletions include/ts/es6/Database/ItemIds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1108,5 +1108,11 @@ enum ItemId {
Relic_of_the_Midnight_King = 101139,
Relic_of_Nayos = 101198,
Relic_of_Nourys = 101191,
Relic_of_the_Founding = 101737,
Relic_of_Mosyn = 101801,
Relic_of_the_Sorcerer = 101863,
Relic_of_the_Twin_Generals = 101767,
Relic_of_the_Wayfinder = 101943,
Relic_of_Zakiros = 101955,
}
export default ItemId;

0 comments on commit 9e2d4b6

Please sign in to comment.