1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-01 08:27:46 +00:00

add VFX effect type

This commit is contained in:
NotAdam 2019-01-30 22:45:54 +11:00
parent 702ede1fb8
commit 055a5c6346

View file

@ -564,7 +564,8 @@ namespace Sapphire::Common
TpGain = 13, TpGain = 13,
GpGain = 14, GpGain = 14,
Knockback = 33, Knockback = 33,
Mount = 38 Mount = 38,
VFX = 59, // links to VFX sheet
}; };
enum class ActionHitSeverityType : uint8_t enum class ActionHitSeverityType : uint8_t