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
|
|
@ -231,6 +231,7 @@ private:
|
|||
bool chatAutoJoinTrade_ = true;
|
||||
bool chatAutoJoinLocalDefense_ = true;
|
||||
bool chatAutoJoinLFG_ = true;
|
||||
bool chatAutoJoinLocal_ = true;
|
||||
|
||||
// Join channel input buffer
|
||||
char joinChannelBuffer_[128] = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue