summaryrefslogtreecommitdiff
path: root/src/emap/skill_ground.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/skill_ground.c')
-rw-r--r--src/emap/skill_ground.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emap/skill_ground.c b/src/emap/skill_ground.c
index f557009..7a4ebc2 100644
--- a/src/emap/skill_ground.c
+++ b/src/emap/skill_ground.c
@@ -12,6 +12,7 @@
#include "map/mob.h"
#include "map/skill.h"
+#include "emap/effects.h"
#include "emap/skill_ground.h"
static int eskill_massprovoke_sub(struct block_list *bl,
@@ -41,6 +42,7 @@ static int eskill_massprovoke_sub(struct block_list *bl,
{
dstmd->state.provoke_flag = src->id;
mob->target(dstmd, src, dist);
+ clif->misceffect(bl, EFFECT_PROVOKE);
(*cnt) ++;
}