mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-04 17:57:47 +00:00
make more vfx items work good 😎
This commit is contained in:
parent
db44c5dfb2
commit
ec20b66f5b
2 changed files with 3 additions and 1 deletions
|
@ -603,7 +603,8 @@ namespace Sapphire::Common
|
|||
|
||||
enum ItemActionType : uint16_t
|
||||
{
|
||||
ItemActionVFX = 944,
|
||||
ItemActionVFX = 852,
|
||||
ItemActionVFX2 = 944,
|
||||
};
|
||||
|
||||
enum ActionEffectDisplayType : uint8_t
|
||||
|
|
|
@ -77,6 +77,7 @@ void World::Manager::ActionMgr::handleItemAction( Sapphire::Entity::Player& play
|
|||
}
|
||||
|
||||
case Common::ItemActionType::ItemActionVFX:
|
||||
case Common::ItemActionType::ItemActionVFX2:
|
||||
{
|
||||
handleItemActionVFX( player, itemId, itemActionData->data[ 0 ] );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue