Fixed a missing comma in atcommand.cpp

Fixes #2993

Thanks to @arby89
This commit is contained in:
Lemongrass3110 2018-03-18 12:19:52 +01:00 committed by GitHub
parent 9bbb4cb5b9
commit db8234b9ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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