瀏覽代碼

Fixed a missing comma in atcommand.cpp

Fixes #2993

Thanks to @arby89
Lemongrass3110 7 年之前
父節點
當前提交
db8234b9ee
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/map/atcommand.cpp

+ 2 - 2
src/map/atcommand.cpp

@@ -9731,9 +9731,9 @@ ACMD_FUNC(costume) {
 		"Wedding",
 		"Xmas",
 		"Summer",
-		"Summer2"
+		"Summer2",
 		"Hanbok",
-		"Oktoberfest",
+		"Oktoberfest"
 	};
 	const int name2id[] = {
 		SC_WEDDING,