Suppress login bind point message and auto-join Local channel

Only show "Your home has been set" when the player actively changes their
bind point (via innkeeper), not on the initial login sync from the server.
Add "Local" to the auto-join channel list for Turtle WoW compatibility,
with a settings checkbox and persistence.
This commit is contained in:
Kelsi 2026-02-16 21:16:25 -08:00
parent 381d896348
commit 44d1431b60
4 changed files with 15 additions and 2 deletions

View file

@ -243,6 +243,7 @@ public:
bool trade = true;
bool localDefense = true;
bool lfg = true;
bool local = true;
};
ChatAutoJoin chatAutoJoin;