mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[7248] Check battlemaster_entry data at loading. Code cleanups.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
6b381f2d0e
commit
c5f20ff9a9
9 changed files with 55 additions and 48 deletions
|
|
@ -740,7 +740,7 @@ void WorldSession::SendListInventory( uint64 vendorguid )
|
|||
|
||||
float discountMod = _player->GetReputationPriceDiscount(pCreature);
|
||||
|
||||
for(int i = 0; i < numitems; i++ )
|
||||
for(int i = 0; i < numitems; ++i )
|
||||
{
|
||||
if(VendorItem const* crItem = vItems->GetItem(i))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue