mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-07 19:27:45 +00:00
add VFX effect type
This commit is contained in:
parent
edd61389dc
commit
839cca0d25
1 changed files with 2 additions and 1 deletions
|
@ -564,7 +564,8 @@ namespace Sapphire::Common
|
|||
TpGain = 13,
|
||||
GpGain = 14,
|
||||
Knockback = 33,
|
||||
Mount = 38
|
||||
Mount = 38,
|
||||
VFX = 59, // links to VFX sheet
|
||||
};
|
||||
|
||||
enum class ActionHitSeverityType : uint8_t
|
||||
|
|
Loading…
Add table
Reference in a new issue