summaryrefslogtreecommitdiff
path: root/src/map/npc_chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/npc_chat.c')
-rw-r--r--src/map/npc_chat.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/map/npc_chat.c b/src/map/npc_chat.c
index d7edf69f0..4278c33f5 100644
--- a/src/map/npc_chat.c
+++ b/src/map/npc_chat.c
@@ -403,15 +403,6 @@ int npc_chat_sub(struct block_list* bl, va_list ap)
return 0;
}
-int mob_chat_sub(struct block_list* bl, va_list ap)
-{
- struct mob_data *md = (struct mob_data *)bl;
- if(md->nd)
- npc_chat_sub(&md->nd->bl, ap);
-
- return 0;
-}
-
// Various script builtins used to support these functions
int buildin_defpattern(struct script_state* st)