From 59bc56068fc24b36e7beb383a3843a4e53bc0b00 Mon Sep 17 00:00:00 2001 From: mekolat Date: Mon, 2 Mar 2015 15:28:58 -0500 Subject: add support for manaplus emotes --- src/map/script-fun.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/script-fun.cpp') diff --git a/src/map/script-fun.cpp b/src/map/script-fun.cpp index 8c25266..8abb3d0 100644 --- a/src/map/script-fun.cpp +++ b/src/map/script-fun.cpp @@ -2184,8 +2184,8 @@ static void builtin_emotion(ScriptState *st) { int type; - type = conv_num(st, &AARG(0)); - if (type < 0 || type > 100) + type = conv_num(st, &AARG(0)) + 1; + if (type < 0 || type > 200) return; clif_emotion(map_id2bl(st->oid), type); } -- cgit v1.2.3-60-g2f50