From b100b7a0f1f65d42fd8a64baa23dd904e0d70975 Mon Sep 17 00:00:00 2001 From: lili-ffxi <40600148+lili-ffxi@users.noreply.github.com> Date: Tue, 30 Aug 2022 14:27:57 +0100 Subject: [PATCH] Added new currencies. The August 2022 update to the game added 4 new fields to the currencies menu. This update reflects that. --- addons/libs/packets/fields.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/addons/libs/packets/fields.lua b/addons/libs/packets/fields.lua index cac93ff2c..ac65ce166 100644 --- a/addons/libs/packets/fields.lua +++ b/addons/libs/packets/fields.lua @@ -4009,6 +4009,10 @@ fields.incoming[0x118] = L{ {ctype='unsigned char', label='Darkness Spheres Set'}, -- 7C {ctype='data[0x03]', label='_unknown1'}, -- 7D Presumably Unused Padding {ctype='signed int', label='Silver A.M.A.N. Vouchers Stored'}, -- 80 + {ctype='signed int', label='Domain Points'}, -- 84 + {ctype='signed int', label='Domain Points Earned Today'}, -- 88 + {ctype='signed int', label='Mog Segments'}, -- 8C + {ctype='signed int', label='Gallimaufry'}, -- 90 } types.ability_recast = L{