From c497dcdb3ef10bba5ec511a025e1d4833cdca9f1 Mon Sep 17 00:00:00 2001 From: collett Date: Mon, 24 Feb 2020 19:13:45 +0900 Subject: [PATCH] StatusNoEffect also shifted and add proper comment for these. --- src/common/Common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/Common.h b/src/common/Common.h index 713e3c13..beaf82be 100644 --- a/src/common/Common.h +++ b/src/common/Common.h @@ -626,15 +626,15 @@ namespace Sapphire::Common GpGain = 14, ApplyStatusEffectTarget = 15, ApplyStatusEffectSource = 16, // effect entry on target but buff applies to source, like storm's eye - StatusNoEffect = 21, + StatusNoEffect = 20, // shifted one up from 5.18 /*! * @brief Tells the client that it should show combo indicators on actions. * * @param flags Required to be 128, doesn't show combo rings on hotbars otherwise * @param value The actionid that starts/continues the combo. eg, 3617 will start a spinning slash and/or syphon strike combo */ - StartActionCombo = 27, - ComboSucceed = 28, + StartActionCombo = 27, // shifted one up from 5.18 + ComboSucceed = 28, // shifted one up from 5.18, on retail this is not seen anymore, still working though. Knockback = 33, Mount = 39, VFX = 59, // links to VFX sheet