Add item search filter to vendor window

This commit is contained in:
Kelsi 2026-03-11 21:19:47 -07:00
parent 7ab0b036c7
commit bbf4806fe8
2 changed files with 25 additions and 2 deletions

View file

@ -362,6 +362,9 @@ private:
char mailBodyBuffer_[2048] = "";
int mailComposeMoney_[3] = {0, 0, 0}; // gold, silver, copper
// Vendor search filter
char vendorSearchFilter_[128] = "";
// Auction house UI state
char auctionSearchName_[256] = "";
int auctionLevelMin_ = 0;