From 118e01a08e45c0a2824fb708b93769714f3ffa2e Mon Sep 17 00:00:00 2001 From: Chaz Brown Date: Sat, 19 Sep 2009 00:24:35 -0400 Subject: Fix some errors in last commit --HG-- branch : trunk --- src/trinityrealm/AuthCodes.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/trinityrealm/AuthCodes.h') 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 -- cgit v1.2.3