Client version is now returned by the stream proxy as a number.

This commit is contained in:
Derision
2013-02-17 18:09:31 +00:00
parent d1afad47aa
commit 07979ce2de
23 changed files with 79 additions and 90 deletions
+4 -1
View File
@@ -97,7 +97,10 @@ std::string Strategy::Describe() const {
return(r);
}
const EQClientVersion Strategy::ClientVersion() const
{
return EQClientTitanium;
}
#include "SSDefine.h"