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:
commit
8d980737f8
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
#include "Action.h"
|
#include "Action.h"
|
||||||
#include "EffectBuilder.h"
|
|
||||||
|
|
||||||
#include <Inventory/Item.h>
|
#include <Inventory/Item.h>
|
||||||
|
|
||||||
|
@ -450,7 +449,8 @@ void Action::Action::buildEffects()
|
||||||
|
|
||||||
if( !hasLutEntry || m_hitActors.empty() )
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue