Updated to latest PTR build.

This commit is contained in:
tomrus88 2010-06-13 15:46:08 +04:00
parent 299ac66fdb
commit 40b00f26fb
3 changed files with 4 additions and 4 deletions

View file

@ -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);