[7298] Switch to support client 3.0.9 (3551).

This commit is contained in:
VladimirMangos 2009-02-18 21:13:54 +03:00
parent 595d1477da
commit 1932ce1ae7
4 changed files with 11 additions and 12 deletions

View file

@ -66,8 +66,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, WoW:TBC and WoW:WotLK 3.0.8 client build 9506...
// will only support WoW, WoW:TBC and WoW:WotLK 3.0.9 client build 9551...
#define EXPECTED_MANGOS_CLIENT_BUILD {9506, 0}
#define EXPECTED_MANGOS_CLIENT_BUILD {9551, 0}
#endif