From 583272234fc96da7911029cd3cad13a7fb386e9e Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 25 Jul 2013 06:07:58 -0300 Subject: Expanding script.c interface Hercules Renewal Phase One. Signed-off-by: shennetsind --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index 951969a0f..4f0f4f7bf 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -10428,7 +10428,7 @@ void clif_parse_WisMessage(int fd, struct map_session_data* sd) for( i = 0; i < NUM_WHISPER_VAR; ++i ) { sprintf(output, "@whispervar%d$", i); - set_var(sd,output,(char *) split_data[i]); + script->set_var(sd,output,(char *) split_data[i]); } sprintf(output, "%s::OnWhisperGlobal", npc->exname); -- cgit v1.2.3-60-g2f50