mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-25 00:20:16 +00:00
Add spell search filter to trainer window
This commit is contained in:
parent
bbf4806fe8
commit
43c0e9b2e8
2 changed files with 21 additions and 1 deletions
|
|
@ -365,6 +365,9 @@ private:
|
|||
// Vendor search filter
|
||||
char vendorSearchFilter_[128] = "";
|
||||
|
||||
// Trainer search filter
|
||||
char trainerSearchFilter_[128] = "";
|
||||
|
||||
// Auction house UI state
|
||||
char auctionSearchName_[256] = "";
|
||||
int auctionLevelMin_ = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue