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:
parent
702ede1fb8
commit
055a5c6346
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue