From 18b31bcdb493d7ae25918e9dbab4172b239c6ae6 Mon Sep 17 00:00:00 2001 From: Skyliegirl33 <44952533+Skyliegirl33@users.noreply.github.com> Date: Thu, 16 Sep 2021 20:54:20 +0200 Subject: [PATCH] Add missing ItemActionType --- src/common/Common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/Common.h b/src/common/Common.h index 5d10bcb0..faa5fe1e 100644 --- a/src/common/Common.h +++ b/src/common/Common.h @@ -680,6 +680,7 @@ namespace Sapphire::Common ItemActionVFX = 852, ItemActionVFX2 = 944, ItemActionMount = 1322, + ItemActionOrchestrion = 5845, }; enum ActionEffectDisplayType : uint8_t