From 40b00f26fb69e77473a30f7386234d3aea54c9da Mon Sep 17 00:00:00 2001 From: tomrus88 Date: Sun, 13 Jun 2010 15:46:08 +0400 Subject: [PATCH] Updated to latest PTR build. --- src/game/ItemHandler.cpp | 2 +- src/game/SharedDefines.h | 4 ++-- src/game/UpdateFields.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/game/ItemHandler.cpp b/src/game/ItemHandler.cpp index 41796a76b..86d2e46de 100644 --- a/src/game/ItemHandler.cpp +++ b/src/game/ItemHandler.cpp @@ -744,7 +744,7 @@ void WorldSession::SendListInventory(uint64 vendorguid) data << uint64(vendorguid); size_t count_pos = data.wpos(); - data << uint8(count); // placeholder + data << uint8(count); // placeholder, client limit 150 items (as of 3.3.3) float discountMod = _player->GetReputationPriceDiscount(pCreature); diff --git a/src/game/SharedDefines.h b/src/game/SharedDefines.h index 6a9958d58..4183cb09a 100644 --- a/src/game/SharedDefines.h +++ b/src/game/SharedDefines.h @@ -2672,9 +2672,9 @@ enum TotemSlot // 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 12196... +// will only support WoW, WoW:TBC and WoW:WotLK 3.3.5 client build 12213... -#define EXPECTED_MANGOSD_CLIENT_BUILD {12196, 0} +#define EXPECTED_MANGOSD_CLIENT_BUILD {12213, 0} // max supported expansion level in mangosd // NOTE: not set it more that supported by targeted client version with all expansions installed diff --git a/src/game/UpdateFields.h b/src/game/UpdateFields.h index 7a3eaccd3..2ddf7dcdb 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 0, 3, 5, 12196 +// Auto generated for version 0, 3, 5, 12213 enum EObjectFields {