summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client.cpp b/src/client.cpp
index f71f9d2c..cf69b564 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -558,8 +558,8 @@ int main(int argc, char *argv[])
case DELETE_OK:
std::cout << "Character deleted." << std::endl;
break;
- case DELETE_INVALID_NAME:
- std::cout << "Character Deletion: Character's name doesn't exist."
+ case DELETE_INVALID_ID:
+ std::cout << "Character Deletion: Character's ID doesn't exist."
<< std::endl;
break;
case DELETE_NOLOGIN: