mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-25 19:17:45 +00:00
5.55 hotfix exd update
This commit is contained in:
parent
a42b612050
commit
d32a270883
4 changed files with 1036 additions and 513 deletions
|
@ -25,7 +25,7 @@ namespace Sapphire::Common
|
||||||
const uint8_t CURRENT_EXPANSION_ID = 3;
|
const uint8_t CURRENT_EXPANSION_ID = 3;
|
||||||
|
|
||||||
const uint8_t CLASSJOB_TOTAL = 38;
|
const uint8_t CLASSJOB_TOTAL = 38;
|
||||||
const uint8_t CLASSJOB_SLOTS = 28;
|
const uint8_t CLASSJOB_SLOTS = 30;
|
||||||
|
|
||||||
const uint8_t TOWN_COUNT = 6;
|
const uint8_t TOWN_COUNT = 6;
|
||||||
|
|
||||||
|
|
|
@ -204,6 +204,7 @@ enum class ContentType : uint8_t
|
||||||
WondrousTails = 24,
|
WondrousTails = 24,
|
||||||
CustomDeliveries = 25,
|
CustomDeliveries = 25,
|
||||||
Eureka = 26,
|
Eureka = 26,
|
||||||
|
UltimateRaids = 28,
|
||||||
};
|
};
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////
|
||||||
|
@ -672,14 +673,14 @@ enum class Weather : uint8_t
|
||||||
Moonlight1 = 98,
|
Moonlight1 = 98,
|
||||||
Moonlight2 = 99,
|
Moonlight2 = 99,
|
||||||
Moonlight3 = 100,
|
Moonlight3 = 100,
|
||||||
FairSkies10 = 101,
|
RedMoon = 101,
|
||||||
Scarlet = 102,
|
Scarlet = 102,
|
||||||
Scarlet1 = 103,
|
Scarlet1 = 103,
|
||||||
Scarlet2 = 104,
|
Scarlet2 = 104,
|
||||||
FairSkies11 = 105,
|
FairSkies10 = 105,
|
||||||
FairSkies12 = 106,
|
FairSkies11 = 106,
|
||||||
FairSkies13 = 107,
|
FairSkies12 = 107,
|
||||||
FairSkies14 = 108,
|
FairSkies13 = 108,
|
||||||
Flames = 109,
|
Flames = 109,
|
||||||
Tsunamis = 110,
|
Tsunamis = 110,
|
||||||
Cyclones = 111,
|
Cyclones = 111,
|
||||||
|
@ -701,7 +702,23 @@ enum class Weather : uint8_t
|
||||||
Termination2 = 127,
|
Termination2 = 127,
|
||||||
Termination3 = 128,
|
Termination3 = 128,
|
||||||
EverlastingLight1 = 129,
|
EverlastingLight1 = 129,
|
||||||
|
Eruptions1 = 130,
|
||||||
Termination4 = 131,
|
Termination4 = 131,
|
||||||
|
FairSkies14 = 132,
|
||||||
|
UmbralFlare = 133,
|
||||||
|
UmbralDuststorm = 134,
|
||||||
|
UmbralLevin = 135,
|
||||||
|
UmbralTempest = 136,
|
||||||
|
Starshower = 137,
|
||||||
|
Delirium = 138,
|
||||||
|
Clouds2 = 139,
|
||||||
|
Clouds3 = 140,
|
||||||
|
Irradiance1 = 141,
|
||||||
|
Irradiance2 = 142,
|
||||||
|
StormClouds1 = 143,
|
||||||
|
Firestorm = 144,
|
||||||
|
SpectralCurrent = 145,
|
||||||
|
Climactic = 147,
|
||||||
};
|
};
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////
|
||||||
|
@ -728,6 +745,10 @@ enum class HousingAppeal : uint8_t
|
||||||
Bathhouse = 18,
|
Bathhouse = 18,
|
||||||
Garden = 19,
|
Garden = 19,
|
||||||
FarEastern = 20,
|
FarEastern = 20,
|
||||||
|
VisitorsWelcome = 21,
|
||||||
|
Bakery = 22,
|
||||||
|
UnderRenovation = 23,
|
||||||
|
ConcertHall = 24,
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue