summaryrefslogtreecommitdiff
path: root/src/map/mob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mob.c')
-rw-r--r--src/map/mob.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/map/mob.c b/src/map/mob.c
index 74dc4cb05..33d1ce58d 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -31,7 +31,6 @@
#include "script.h"
#include "atcommand.h"
#include "date.h"
-#include "irc.h"
#include <stdio.h>
#include <stdlib.h>
@@ -2475,9 +2474,6 @@ int mob_dead(struct mob_data *md, struct block_list *src, int type)
mexp = (unsigned int)cap_value(exp, 1, UINT_MAX);
- if(use_irc && irc_announce_mvp_flag)
- irc_announce_mvp(mvp_sd,md);
-
clif_mvp_effect(mvp_sd);
clif_mvp_exp(mvp_sd,mexp);
pc_gainexp(mvp_sd, &md->bl, mexp,0);