diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c index ce52d17ad..06ae11d33 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -572,7 +572,7 @@ int status_damage(struct block_list *src,struct block_list *target,int hp, int s struct map_session_data *sd2 = map_id2sd(sc->data[SC_DEVOTION].val1); if (sd2 && sd2->devotion[sc->data[SC_DEVOTION].val2] == target->id) { - clif_damage(src, &sd2->bl, gettick(), 0, 0, hp, 0, 0, 0); + clif_damage(&sd2->bl, &sd2->bl, gettick(), 0, 0, hp, 0, 0, 0); status_fix_damage(NULL, &sd2->bl, hp, 0); return 0; } |