diff options
author | panaut0lordv <panaut0lordv@gmail.com> | 2009-03-20 22:17:39 +0100 |
---|---|---|
committer | panaut0lordv <panaut0lordv@gmail.com> | 2009-03-20 22:17:39 +0100 |
commit | e409fb63e9fd47f4c586ab43ca4b42b9ca58b423 (patch) | |
tree | 760385782ea4fc140e62c6f127509f77d691a47a /src/trinityrealm/AuthCodes.h | |
parent | f3a543bef3690dae643653ff97120db17ba13d34 (diff) |
mangosd->trinitycore & realmd->trinityrealm
--HG--
branch : trunk
Diffstat (limited to 'src/trinityrealm/AuthCodes.h')
-rw-r--r-- | src/trinityrealm/AuthCodes.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/trinityrealm/AuthCodes.h b/src/trinityrealm/AuthCodes.h index defa513dede..9a38712af83 100644 --- a/src/trinityrealm/AuthCodes.h +++ b/src/trinityrealm/AuthCodes.h @@ -1,7 +1,7 @@ -/* - * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> +/* + * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> * - * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> + * Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -68,9 +68,8 @@ enum LoginResult // we need to stick to 1 version or half of the stuff will work for someone // others will not and opposite -// will only support WoW and WoW:TBC 2.4.3 client build 8606... +// will only support WoW, WoW:TBC and WoW:WotLK 3.0.9 client build 9551... -#define EXPECTED_TRINITY_CLIENT_BUILD {8606, 0} +#define EXPECTED_TRINITY_CLIENT_BUILD {9551, 0} #endif - |