diff options
-rw-r--r-- | src/map/script.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map/script.c b/src/map/script.c index 84cf944..846c16d 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -6891,12 +6891,9 @@ int buildin_npcwarp (struct script_state *st) int buildin_message (struct script_state *st) { - struct map_session_data *sd; char *msg, *player; struct map_session_data *pl_sd = NULL; - sd = script_rid2sd (st); - player = conv_str (st, &(st->stack->stack_data[st->start + 2])); msg = conv_str (st, &(st->stack->stack_data[st->start + 3])); |