From 6de2ea461dcb11432a5af3ecf15f735c3915d052 Mon Sep 17 00:00:00 2001 From: houmgaor Date: Thu, 19 Feb 2026 11:42:20 +0100 Subject: [PATCH] docs(enumerations): identify item_type 9 as Campaign Quest Confirmed via handler code and demo data: item_type 9 is a campaign gate quest (quantity=0, item_id=quest_id). Used by VISA Quest and other quest-gated campaigns in the event tent system. --- Enumerations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Enumerations.md b/Enumerations.md index c1f8d55..847e3c9 100644 --- a/Enumerations.md +++ b/Enumerations.md @@ -27,7 +27,7 @@ These define the item type you would receive from a Distribution or Event Tent D | 6 | Ranged | | 7 | Item | | 8 | Furniture | -| 9 | UNKNOWN | +| 9 | Campaign Quest | | 10 | Zenny | | 11 | UNKNOWN | | 12 | Festival Points |