diff --git a/dat-schema/poe2/_Core.gql b/dat-schema/poe2/_Core.gql index 13109eb..44c57bc 100644 --- a/dat-schema/poe2/_Core.gql +++ b/dat-schema/poe2/_Core.gql @@ -6011,6 +6011,13 @@ type UniqueGoldPrices { Price: i32 } +type UniqueMagesLegacy { + Name: string + DisplayText: string + Stats: [Stats] + StatValues: [i32] +} + type UniqueMapSkillBooks { BaseItem: BaseItemTypes @unique _: i32 @unique