From 1fafb5ea135d1fe9f05268c16ee63cae50765ba6 Mon Sep 17 00:00:00 2001 From: Byrth Date: Sun, 16 Jan 2022 18:54:31 -0500 Subject: [PATCH] Add chocobo digging action enum --- addons/libs/packets/fields.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/libs/packets/fields.lua b/addons/libs/packets/fields.lua index 093363760..6962ea40e 100644 --- a/addons/libs/packets/fields.lua +++ b/addons/libs/packets/fields.lua @@ -351,6 +351,7 @@ enums['action'] = { [0x0E] = 'Cast Fishing Rod', [0x0F] = 'Switch target', [0x10] = 'Ranged attack', + [0x11] = 'Chocobo dig', [0x12] = 'Dismount Chocobo', [0x13] = 'Tractor Dialogue', [0x14] = 'Zoning/Appear', -- I think, the resource for this is ambiguous.