View Single Post
07-11-15, 09:18 AM   #3
meribold
A Murloc Raider
 
meribold's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2013
Posts: 5
Originally Posted by Leatrix View Post
You could use this while the barbershop is open:
Code:
/run print(GetBarberShopStyleInfo(2))
The fourth return will be true if the currently showing hair color matches the one that your character is using, otherwise it will be false. You can get more information here.
I will test that again when I get home, but iirc the first return value of GetBarberShopStyleInfo(2) was nil when I tried it. So I can only find out if the current hair color matches the one selected at the barber shop, but still don't know which one that is.
  Reply With Quote