mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-25 11:07:45 +00:00
fix DailyQuests
This commit is contained in:
parent
b4ad1079f3
commit
d1ef3d7e58
1 changed files with 2 additions and 2 deletions
|
@ -284,8 +284,8 @@ namespace Sapphire::Network::Packets
|
||||||
DutyGauge = 0x01D3, // updated 5.55 hotfix diff
|
DutyGauge = 0x01D3, // updated 5.55 hotfix diff
|
||||||
|
|
||||||
// daily quest info -> without them sent, login will take longer...
|
// daily quest info -> without them sent, login will take longer...
|
||||||
DailyQuests = 0x0360, // updated 5.55 hotfix diff*
|
DailyQuests = 0x0371, // updated 5.55 hotfix
|
||||||
DailyQuestRepeatFlags = 0x036C, // updated 5.55 hotfix diff*
|
DailyQuestRepeatFlags = 0x021F, // updated 5.55 hotfix
|
||||||
|
|
||||||
/// Doman Mahjong //////////////////////////////////////
|
/// Doman Mahjong //////////////////////////////////////
|
||||||
MahjongOpenGui = 0x02A4, // only available in mahjong instance
|
MahjongOpenGui = 0x02A4, // only available in mahjong instance
|
||||||
|
|
Loading…
Add table
Reference in a new issue