mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-17 09:33:51 +00:00
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:
parent
381d896348
commit
44d1431b60
4 changed files with 15 additions and 2 deletions
|
|
@ -243,6 +243,7 @@ public:
|
|||
bool trade = true;
|
||||
bool localDefense = true;
|
||||
bool lfg = true;
|
||||
bool local = true;
|
||||
};
|
||||
ChatAutoJoin chatAutoJoin;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue