[Player Events] Zone Fetch Settings from QS if Enabled

This commit is contained in:
Chris Miles
2025-06-11 15:16:14 -05:00
parent a0ff9d67a1
commit 2bbf3b3c87
12 changed files with 150 additions and 24 deletions
+3 -1
View File
@@ -273,8 +273,9 @@
#define ServerOP_WWTaskUpdate 0x4758
// player events
#define ServerOP_QSSendQuery 0x5000
#define ServerOP_QSSendQuery 0x5000
#define ServerOP_PlayerEvent 0x5100
#define ServerOP_SendPlayerEventSettings 0x5101
enum {
CZUpdateType_Character,
@@ -1778,6 +1779,7 @@ struct BazaarPurchaseMessaging_Struct {
uint32 id;
};
#pragma pack()
#endif