Skip to content

Updated Libs and Fixed for current Wow version 1.15.9 (69109) - #14

Open
sam-k-taylor wants to merge 31 commits into
psynct:masterfrom
sam-k-taylor:master
Open

Updated Libs and Fixed for current Wow version 1.15.9 (69109)#14
sam-k-taylor wants to merge 31 commits into
psynct:masterfrom
sam-k-taylor:master

Conversation

@sam-k-taylor

Copy link
Copy Markdown

No description provided.

@sam-k-taylor
sam-k-taylor force-pushed the master branch 5 times, most recently from f069b1e to 7322ddf Compare August 15, 2026 11:04
sam-k-taylor and others added 8 commits August 16, 2026 20:31
The client silently auto-rejoins the hidden sync channel from a prior
session on its own before OnEnable runs, so the existing join delay
never got a chance to help - we'd just adopt whatever low slot (e.g. 1)
it had already grabbed ahead of General/Trade. Leave it immediately on
enable so those default channels can claim their slots first, then
rejoin after the delay as before.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
versionNum packs "MAJOR.MINOR.PATCH" assuming each segment is a single
digit. A build with a two-digit segment (e.g. a "1.4.10"-style dev
build) produces a bogus huge number that, once broadcast, permanently
looks like a major update to every listener and disables comms for
them - the stored value only clears when it stops being newer, which
never happens with a real single-digit release. Reject implausible
values on receive, and self-heal any value already poisoned in
SavedVariables.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
CurseForge is where players actually get the addon; GitHub isn't a
useful place to send them for an update.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
DrawMapIcons_Unsafe computed the minimap coordinates for
continent-crossing transports (e.g. the Thundercaller zeppelin) using
the player's current continent instead of the transport's actual
continent. When the two didn't match, the resulting bogus-but-non-nil
coordinates got pinned to the minimap edge permanently, so the icon
never disappeared even when the transport was on the other continent.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant