TBC Anniversary Phase 3 PTR Is Live — Service Systems Only
Blizzard has opened the Burning Crusade Classic 2.5.6 Public Test Realm for the Anniversary Phase 3, with the scope limited to service systems. In the official forum note, Blizzard states there are no gameplay-impacting changes in this build and specifically asks addon authors to jump in and make sure their work still behaves as expected (Blue Tracker post).
Wowhead’s coverage echoes this and clarifies that you should not expect things like new raid access, new gear, or consumables in this round of testing (Wowhead: TBC Anniversary Phase 3 PTR).
Note: This PTR is about underlying service systems. Blizzard did not list gameplay features for testing, so players looking for new content won’t find any here (yet).
Why this matters for addon authors
When Blizzard calls out service-system updates, it’s a nudge for UI developers to sanity-check load paths, SavedVariables interactions, and any code that leans on client-provided services. Blizzard hasn’t detailed which pieces changed, so the safest path is to run your addon on the PTR and look for early errors or odd behavior before these updates roll to live.
A quick testing pass you can do today
- Log into the PTR with only your addon enabled first, then add dependencies and commonly co-installed addons to spot conflicts.
- Watch for load-time Lua errors and taint warnings; exercise core features (frames opening, chat hooks, tooltips, slash commands).
- Confirm SavedVariables read/write cleanly across sessions; check for unexpected resets or nil data.
- Test basic flows that touch UI panels (Character, Spellbook, Talent, Auction, Mail) your addon interacts with.
- Keep a clean WTF/Interface copy for PTR so you can reproduce issues without live-realm noise.
If you maintain a public addon, this is also a good moment to add a PTR branch or tag, note findings in your changelog, and invite users to try that build.
We’ll keep an eye on Blizzard’s thread and update if testing scope changes. For now, treat this as a compatibility sweep: quick to run, valuable to finish. You can follow the official PTR note here: The Burning Crusade Classic 2.5.6 PTR (Blue Tracker).


















Leave a Reply
You must be logged in to post a comment.