diff options
-rw-r--r-- | src/api/traits.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/api/traits.rs b/src/api/traits.rs index 194d061..6c02e7b 100644 --- a/src/api/traits.rs +++ b/src/api/traits.rs @@ -14,8 +14,6 @@ pub struct Trait { pub name: String, /// The trait's icon URL. pub icon: String, - /// The trait description. - pub description: String, /// The id of the specialization this trait belongs to. pub specialization: u32, /// The trait's tier, as a value from 1-3. |