diff options
author | Chaz Brown <iamparadox@netscape.net> | 2009-09-19 00:24:35 -0400 |
---|---|---|
committer | Chaz Brown <iamparadox@netscape.net> | 2009-09-19 00:24:35 -0400 |
commit | 118e01a08e45c0a2824fb708b93769714f3ffa2e (patch) | |
tree | 76628f9a3bafe2eb324170826fb13e44485985b0 /src/trinityrealm/AuthCodes.h | |
parent | 9f23d8149f9d0afc22a3b420ca668682957f8ef3 (diff) |
Fix some errors in last commit
--HG--
branch : trunk
Diffstat (limited to 'src/trinityrealm/AuthCodes.h')
-rw-r--r-- | src/trinityrealm/AuthCodes.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/trinityrealm/AuthCodes.h b/src/trinityrealm/AuthCodes.h index 51e19f6cc45..944d98f788e 100644 --- a/src/trinityrealm/AuthCodes.h +++ b/src/trinityrealm/AuthCodes.h @@ -72,12 +72,5 @@ enum LoginResult //2.4.3 build 8606 //3.1.3 build 9947 //3.1.3 build 10146 Chinese build - -int accepted_versions[3][3] -{ - {5875, 6005, 0} - {8606, 0, 0} - {10146, 9947, 0} -} - +int accepted_versions[3][3]; #endif |