Skip to content

Commit

Permalink
I guess that will do the trick.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrus88 committed Jun 29, 2010
1 parent 547cdde commit 8aa9348
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/game/SharedDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -2699,9 +2699,9 @@ enum TradeStatus

// 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.3.5 client build 12213...
// will only support WoW, WoW:TBC and WoW:WotLK 3.3.5 client build 12340...

#define EXPECTED_MANGOSD_CLIENT_BUILD {12213, 0}
#define EXPECTED_MANGOSD_CLIENT_BUILD {12340, 0}

// max supported expansion level in mangosd
// NOTE: not set it more that supported by targeted client version with all expansions installed
Expand Down
2 changes: 1 addition & 1 deletion src/game/UpdateFields.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#ifndef _UPDATEFIELDS_AUTO_H
#define _UPDATEFIELDS_AUTO_H

// Auto generated for version 3, 3, 5, 12213
// Auto generated for version 3, 3, 5, 12340

enum EObjectFields
{
Expand Down

2 comments on commit 8aa9348

@Stabatha
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hangs on Authenicating when you try to log in

@Salja
Copy link
Contributor

@Salja Salja commented on 8aa9348 Jun 29, 2010

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same problem

Please sign in to comment.