From a1d83ebc6fcbf9e9c7f58d51d80a1f8c56e2faad Mon Sep 17 00:00:00 2001 From: tomrus88 Date: Wed, 29 Oct 2008 23:06:45 +0300 Subject: [PATCH] Updated fot new client build 9155 --- src/game/Player.cpp | 2 +- src/game/UpdateFields.h | 2 +- src/game/debugcmds.cpp | 2 +- src/realmd/AuthCodes.h | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/game/Player.cpp b/src/game/Player.cpp index f54c3eddb..36907d21d 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -3686,7 +3686,7 @@ void Player::ResurrectPlayer(float restore_percent, bool updateToWorld, bool app SetPower(POWER_ENERGY, uint32(GetMaxPower(POWER_ENERGY)*restore_percent)); } - // update visbility + // update visibility ObjectAccessor::UpdateVisibilityForPlayer(this); // some items limited to specific map diff --git a/src/game/UpdateFields.h b/src/game/UpdateFields.h index 787086bad..c5a8af86d 100644 --- a/src/game/UpdateFields.h +++ b/src/game/UpdateFields.h @@ -19,7 +19,7 @@ #ifndef _UPDATEFIELDS_AUTO_H #define _UPDATEFIELDS_AUTO_H -// Auto generated for version 3, 0, 3, 9138 +// Auto generated for version 3, 0, 3, 9155 enum EObjectFields { diff --git a/src/game/debugcmds.cpp b/src/game/debugcmds.cpp index 2132e2641..1fd67d6a0 100644 --- a/src/game/debugcmds.cpp +++ b/src/game/debugcmds.cpp @@ -191,7 +191,7 @@ bool ChatHandler::HandleSendOpcodeCommand(const char* args) } else { - sLog.outDebug("Sending opcode: unknown type %s", type.c_str()); + sLog.outDebug("Sending opcode: unknown type '%s'", type.c_str()); break; } } diff --git a/src/realmd/AuthCodes.h b/src/realmd/AuthCodes.h index 79b776ac9..0641a7064 100644 --- a/src/realmd/AuthCodes.h +++ b/src/realmd/AuthCodes.h @@ -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 9135 and 9138... +// will only support WoW and WoW:TBC 3.0.3 client build 9155... -#define EXPECTED_MANGOS_CLIENT_BUILD {9135, 9138, 0} +#define EXPECTED_MANGOS_CLIENT_BUILD {9155, 0} #endif