Skip to content

Commit

Permalink
Removed bad reference to in sellers query
Browse files Browse the repository at this point in the history
  • Loading branch information
james-huston committed May 23, 2024
1 parent 75d60dd commit aa411c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/AuctionatorSeller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ void AuctionatorSeller::LetsGetToIt(uint32 maxCount, uint32 houseId)
count(ii.itemEntry) as itemCount
, ii.itemEntry AS itemEntry
FROM
acore_characters.item_instance ii
{}.item_instance ii
INNER JOIN {}.auctionhouse ah ON ii.guid = ah.itemguid
LEFT JOIN item_template it ON ii.itemEntry = it.entry
WHERE ah.houseId = {}
Expand Down Expand Up @@ -115,6 +115,7 @@ void AuctionatorSeller::LetsGetToIt(uint32 maxCount, uint32 houseId)
QueryResult result = WorldDatabase.Query(
itemQuery,
characterDbName,
characterDbName,
houseId,
characterDbName,
characterDbName,
Expand Down

0 comments on commit aa411c9

Please sign in to comment.