mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-03 08:03:50 +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
1d1bc36ebf
commit
97ea390969
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