Updated opcodes enum.

This commit is contained in:
tomrus88 2008-12-12 18:09:30 +03:00
parent 05eee70e50
commit 857e7ae7ee
9 changed files with 1222 additions and 1219 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 and WoW:TBC 3.0.3 client build 9155, 9174, 9183...
// will only support WoW and WoW:TBC 3.0.3 client build 9155, 9174, 9183, 9328...
#define EXPECTED_MANGOS_CLIENT_BUILD {9155, 9174, 9183, 0}
#define EXPECTED_MANGOS_CLIENT_BUILD {9155, 9174, 9183, 9328, 0}
#endif