mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 22:57:45 +00:00
fix daily quest packet opcodes
This commit is contained in:
parent
0cb38494f4
commit
c0c4a04977
1 changed files with 2 additions and 2 deletions
|
@ -247,8 +247,8 @@ namespace Sapphire::Network::Packets
|
|||
ActorGauge = 0x0292, // updated 4.3
|
||||
|
||||
// daily quest info -> without them sent, login will take longer...
|
||||
DailyQuests = 0x025E, // updated 5.0
|
||||
DailyQuestRepeatFlags = 0x0260, // updated 5.0
|
||||
DailyQuests = 0x02B6, // updated 5.1
|
||||
DailyQuestRepeatFlags = 0x0124, // updated 5.1
|
||||
|
||||
/// Doman Mahjong //////////////////////////////////////
|
||||
MahjongOpenGui = 0x02A4, // only available in mahjong instance
|
||||
|
|
Loading…
Add table
Reference in a new issue