Commit a3b612c1 authored by mercury233's avatar mercury233

fix typo

parent 75c015d2
......@@ -1389,7 +1389,7 @@ ygopro.stoc_follow 'DUEL_START', false, (buffer, info, client, server)->
else if room.random_type == 'S'
deck_arena = deck_arena + 'entertain'
else if room.random_type == 'M'
deck_arena = deck_arena + 'atheletic'
deck_arena = deck_arena + 'athletic'
else
deck_arena = deck_arena + 'custom'
#log.info "DECK LOG START", client.name, room.arena
......
......@@ -1705,7 +1705,7 @@
} else if (room.random_type === 'S') {
deck_arena = deck_arena + 'entertain';
} else if (room.random_type === 'M') {
deck_arena = deck_arena + 'atheletic';
deck_arena = deck_arena + 'athletic';
} else {
deck_arena = deck_arena + 'custom';
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment