From 0d7e222f58208498638045ac737f505152dca50c Mon Sep 17 00:00:00 2001 From: meko Date: Sun, 29 Mar 2015 00:22:39 -0400 Subject: Update script-fun.cpp --- src/map/script-fun.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/map/script-fun.cpp b/src/map/script-fun.cpp index 8abb3d0..5f530cb 100644 --- a/src/map/script-fun.cpp +++ b/src/map/script-fun.cpp @@ -2184,7 +2184,7 @@ static void builtin_emotion(ScriptState *st) { int type; - type = conv_num(st, &AARG(0)) + 1; + type = conv_num(st, &AARG(0)); if (type < 0 || type > 200) return; clif_emotion(map_id2bl(st->oid), type); -- cgit v1.2.3-70-g09d2