Skip to content

Release v4.4.6 (2026-09-06)

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Sep 14:15
3ba3ff4

What's Changed

New Features

  • feat(v3_4_3): bridge the barber shop by @Xian55 in #250

Full Changelog: v4.4.5...v4.4.6


Barber shop

Sitting in a barber chair previously did nothing on a 3.4.3 client. It now works end to end, playtested on TrinityCore and AzerothCore:

  • The chair opens the barber UI with its cost preview
  • Hair style, hair colour and facial hair changes apply immediately — no relog — and persist
  • Gold is deducted, and a genuine out-of-gold attempt is refused cleanly

What a WotLK server cannot do

The 3.4.3 client offers a few options its 3.3.5a backend has no way to store. These are era differences, not bugs, and there is nothing the proxy can do about them:

  • Gender change is refused. WotLK barbers never offered it — it arrived in Cataclysm — and the legacy request has no field to carry it. The refusal reuses the "not enough money" result because the legacy response has only four values and none of them mean unsupported.
  • Skin colour works for Tauren only. Tauren fur is the sole skin option WotLK shipped, so the slider shown to any other race is priced at 0 and does nothing.
  • Face cannot be changed at the barber at all.

Anything the backend can store, the barber will apply.