1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-24 18:47:45 +00:00

Added weather change opcode. Moved Mahjong opcode to 0x9999 to stop

things from crashing.
This commit is contained in:
Rey 2022-05-05 11:41:05 -05:00
parent f53ba86536
commit 38dcb2cbd7

View file

@ -243,7 +243,7 @@ namespace Sapphire::Network::Packets
CFAvailableContents = 0xF1FD, // updated 4.2 CFAvailableContents = 0xF1FD, // updated 4.2
WeatherChange = 0x00ED, // updated 6.08 WeatherChange = 0x02C6, // updated 6.11
PlayerTitleList = 0x02C2, // updated 6.08 PlayerTitleList = 0x02C2, // updated 6.08
Discovery = 0x03A4, // updated 6.08 Discovery = 0x03A4, // updated 6.08
@ -312,7 +312,7 @@ namespace Sapphire::Network::Packets
MahjongPlayersInfo = 0xF2C2, // actor id, name, rating and stuff.. MahjongPlayersInfo = 0xF2C2, // actor id, name, rating and stuff..
// 2C3 and 2C4 are currently unknown // 2C3 and 2C4 are currently unknown
MahjongEndRoundDraw = 0x02C5, // self explanatory MahjongEndRoundDraw = 0x02C5, // self explanatory
MahjongEndGame = 0x02C6, // finished oorasu(all-last) round; shows a result screen. MahjongEndGame = 0x9999, // finished oorasu(all-last) round; shows a result screen. Changed to 9999 since a 6.11 packet uses the opcode value in 6.08
/// Airship & Submarine ////////////////////////////////////// /// Airship & Submarine //////////////////////////////////////
AirshipExplorationResult = 0x0328, // Updated 6.11 AirshipExplorationResult = 0x0328, // Updated 6.11