1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-07-12 15:17:46 +00:00

Merge remote-tracking branch 'remotes/origin/develop' into develop_c

This commit is contained in:
collett 2020-01-06 19:47:43 +09:00
commit 8d980737f8

View file

@ -1,5 +1,4 @@
#include "Action.h"
#include "EffectBuilder.h"
#include <Inventory/Item.h>
@ -450,7 +449,8 @@ void Action::Action::buildEffects()
if( !hasLutEntry || m_hitActors.empty() )
{
m_effectBuilder->buildAndSendPackets(); // send any effect packet added by script
// send any effect packet added by script or an empty one just to play animation for other players
m_effectBuilder->buildAndSendPackets();
return;
}