mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Add item search filter to vendor window
This commit is contained in:
parent
7ab0b036c7
commit
bbf4806fe8
2 changed files with 25 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue