Kaynağa Gözat

Fixed a missing comma in atcommand.cpp

Fixes #2993

Thanks to @arby89
Lemongrass3110 7 yıl önce
ebeveyn
işleme
db8234b9ee
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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,