Fix merge error

This commit is contained in:
Carbenium
2015-07-21 18:38:49 +02:00
parent 68fd138476
commit 1940583e36

View File

@@ -594,7 +594,7 @@ void AuctionHouseObject::BuildListAuctionItems(WorldPacket& data, Player* player
// These are found in ItemRandomSuffix.dbc and ItemRandomProperties.dbc
// even though the DBC names seem misleading
char* const* suffix = nullptr;
char* suffix = nullptr;
if (propRefID < 0)
{