mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 19:31:59 +01:00
Fix merge error
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user