From 6c22bb2b972af06151a31112817c56a5ab93d082 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Tue, 12 Apr 2022 21:00:30 -0700 Subject: [PATCH] fix: Fixes spelling of 8th age (#995) --- Distribution/Data/expansion.json | 24 ++++++++++++------------ Projects/Server/ExpansionInfo.cs | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Distribution/Data/expansion.json b/Distribution/Data/expansion.json index 50ce99c51..90be17229 100644 --- a/Distribution/Data/expansion.json +++ b/Distribution/Data/expansion.json @@ -13,7 +13,7 @@ "SixthCharacterSlot": false, "SE": false, "ML": false, - "EigthAge": false, + "EighthAge": false, "NinthAge": false, "TenthAge": false, "IncreasedStorage": false, @@ -79,7 +79,7 @@ "SixthCharacterSlot": false, "SE": false, "ML": false, - "EigthAge": false, + "EighthAge": false, "NinthAge": false, "TenthAge": false, "IncreasedStorage": false, @@ -145,7 +145,7 @@ "SixthCharacterSlot": false, "SE": false, "ML": false, - "EigthAge": false, + "EighthAge": false, "NinthAge": false, "TenthAge": false, "IncreasedStorage": false, @@ -211,7 +211,7 @@ "SixthCharacterSlot": false, "SE": false, "ML": false, - "EigthAge": false, + "EighthAge": false, "NinthAge": false, "TenthAge": false, "IncreasedStorage": false, @@ -277,7 +277,7 @@ "SixthCharacterSlot": false, "SE": false, "ML": false, - "EigthAge": false, + "EighthAge": false, "NinthAge": false, "TenthAge": false, "IncreasedStorage": false, @@ -343,7 +343,7 @@ "SixthCharacterSlot": false, "SE": false, "ML": false, - "EigthAge": false, + "EighthAge": false, "NinthAge": false, "TenthAge": false, "IncreasedStorage": false, @@ -409,7 +409,7 @@ "SixthCharacterSlot": false, "SE": true, "ML": false, - "EigthAge": false, + "EighthAge": false, "NinthAge": false, "TenthAge": false, "IncreasedStorage": false, @@ -475,7 +475,7 @@ "SixthCharacterSlot": false, "SE": true, "ML": true, - "EigthAge": false, + "EighthAge": false, "NinthAge": true, "TenthAge": false, "IncreasedStorage": false, @@ -541,7 +541,7 @@ "SixthCharacterSlot": false, "SE": true, "ML": true, - "EigthAge": false, + "EighthAge": false, "NinthAge": true, "TenthAge": false, "IncreasedStorage": false, @@ -607,7 +607,7 @@ "SixthCharacterSlot": false, "SE": true, "ML": true, - "EigthAge": false, + "EighthAge": false, "NinthAge": true, "TenthAge": false, "IncreasedStorage": false, @@ -673,7 +673,7 @@ "SixthCharacterSlot": false, "SE": true, "ML": true, - "EigthAge": false, + "EighthAge": false, "NinthAge": true, "TenthAge": false, "IncreasedStorage": false, @@ -739,7 +739,7 @@ "SixthCharacterSlot": false, "SE": true, "ML": true, - "EigthAge": false, + "EighthAge": false, "NinthAge": true, "TenthAge": false, "IncreasedStorage": false, diff --git a/Projects/Server/ExpansionInfo.cs b/Projects/Server/ExpansionInfo.cs index fbbbdd2bb..3d9ca5cd5 100644 --- a/Projects/Server/ExpansionInfo.cs +++ b/Projects/Server/ExpansionInfo.cs @@ -64,7 +64,7 @@ namespace Server SixthCharacterSlot = 0x00000020, SE = 0x00000040, ML = 0x00000080, - EigthAge = 0x00000100, + EighthAge = 0x00000100, NinthAge = 0x00000200, // Crystal/Shadow Custom House Tiles TenthAge = 0x00000400, IncreasedStorage = 0x00000800, // Increased Housing/Bank Storage