Files
wow_Meta/api/ApplyBarberShopStyle.lua
2025-05-04 14:35:26 +02:00

5 lines
331 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---Purchases the selected barber shop style changes. Does not exit the barber shop session, so further changes are still allowed. The BARBER_SHOP_SUCCESS and BARBER_SHOP_APPEARANCE_APPLIED events fire once the style change takes effect.
function ApplyBarberShopStyle() end