From db8234b9eec2323eccf2da4703a1751058e11de1 Mon Sep 17 00:00:00 2001 From: Lemongrass3110 Date: Sun, 18 Mar 2018 12:19:52 +0100 Subject: [PATCH] Fixed a missing comma in atcommand.cpp Fixes #2993 Thanks to @arby89 --- src/map/atcommand.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/map/atcommand.cpp b/src/map/atcommand.cpp index ce3a2090cd..5c32fbd056 100644 --- a/src/map/atcommand.cpp +++ b/src/map/atcommand.cpp @@ -9731,9 +9731,9 @@ ACMD_FUNC(costume) { "Wedding", "Xmas", "Summer", - "Summer2" + "Summer2", "Hanbok", - "Oktoberfest", + "Oktoberfest" }; const int name2id[] = { SC_WEDDING,