diff --git a/src/ChatCommands.cc b/src/ChatCommands.cc index 005b120c..75de6359 100644 --- a/src/ChatCommands.cc +++ b/src/ChatCommands.cc @@ -1462,6 +1462,7 @@ static void server_command_edit(shared_ptr c, const std::string& args) { replacement_class = 0x01; break; case 0: // Ninja (replace with HUmar) + case 2: // Sonic (replace with HUmar) case 5: // Flowen (replace with HUmar) replacement_class = 0x00; break;