summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2016-11-19 00:26:31 +0100
committerYehonal <yehonal.azeroth@gmail.com>2016-11-19 00:28:32 +0100
commitd591c1169eb944871901d784472699ad6ec61e85 (patch)
treedf941ea82ae424bf639b034996d426ce1fdd9442
parent7e56f3f1fcd690f1c55f9b06ddcaf1fbd37d53f0 (diff)
Update AuthSocket.hv1.0.2
-rw-r--r--src/authserver/Server/AuthSocket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/authserver/Server/AuthSocket.h b/src/authserver/Server/AuthSocket.h
index ac00528b4c..2c8d64c7ca 100644
--- a/src/authserver/Server/AuthSocket.h
+++ b/src/authserver/Server/AuthSocket.h
@@ -19,7 +19,7 @@ enum eStatus
STATUS_CHALLENGE,
STATUS_LOGON_PROOF,
STATUS_RECON_PROOF,
- STATUS_PATCH, // unused in CMaNGOS
+ STATUS_PATCH, // unused
STATUS_AUTHED,
STATUS_CLOSED
};