Add spell search filter to trainer window

This commit is contained in:
Kelsi 2026-03-11 21:21:14 -07:00
parent bbf4806fe8
commit 43c0e9b2e8
2 changed files with 21 additions and 1 deletions

View file

@ -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;