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