diff options
author | Haru <haru@dotalux.com> | 2016-01-05 16:22:11 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-01-05 16:22:11 +0100 |
commit | 4f0608eca17eced54a9f25a1b922afdfd429b6d2 (patch) | |
tree | ff3f2a3a180d8dbc8b026f5e0ed1a890d0775353 /src/map/script.c | |
parent | ddab7db291f714f03d1b553a649760474ac8cecd (diff) | |
download | hercules-4f0608eca17eced54a9f25a1b922afdfd429b6d2.tar.gz hercules-4f0608eca17eced54a9f25a1b922afdfd429b6d2.tar.bz2 hercules-4f0608eca17eced54a9f25a1b922afdfd429b6d2.tar.xz hercules-4f0608eca17eced54a9f25a1b922afdfd429b6d2.zip |
Fixed an unused variable warning
Follow-up to 5020a123570a7b263f6b742df5891a36434473a0
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/script.c')
-rw-r--r-- | src/map/script.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/script.c b/src/map/script.c index 04b4b6a32..03d1a4ed2 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -18930,8 +18930,6 @@ BUILDIN(montransform) { if (tick != 0) { struct map_session_data *sd = script->id2sd(st, bl->id); - struct mob_db *monster = mob->db(mob_id); - char msg[CHAT_SIZE_MAX]; if (sd == NULL) return true; |