Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1arm committed Aug 18, 2024
1 parent 5c895ff commit 7bd7c89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/Server/WorldSocket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@ int WorldSocket::HandleAuthSession(WorldPacket& recvPacket)
uint32 clientSeed;
uint32 unk2;
uint32 BuiltNumberClient;
uint8 expansion = 0;
std::string account;
BigNumber v, s, g, N, K;
const bool wardenActive = (sWorld.getConfig(CONFIG_BOOL_WARDEN_WIN_ENABLED) || sWorld.getConfig(CONFIG_BOOL_WARDEN_OSX_ENABLED));
Expand Down

0 comments on commit 7bd7c89

Please sign in to comment.