Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alts/Mains not showing in tooltips reliably #203

Open
orionshock opened this issue Feb 17, 2021 · 0 comments
Open

Alts/Mains not showing in tooltips reliably #203

orionshock opened this issue Feb 17, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@orionshock
Copy link

Describe the bug
After setting alt/main relationship either via Guild Note import or manually via /prat, the additional lines in the tooltip don't appear

To Reproduce
Steps to reproduce the behavior:

  1. Classic
  2. Latest Version of Prat
  3. Set Alt Main Relationship & confirm it by listing it via /prat's config options

Expected behavior
nothing shown on tooltip on mouse over

Dumps
List Alts:
Prat 3.0 (AltNames) : 5 alts found for Edrik: Zatalia-oldblanchy, Valmont-oldblanchy, Chenoeh-oldblanchy, Kumori-oldblanchy, and Elidee-oldblanchy

Find characters:
Prat 3.0 (AltNames) : Found alt: Valmont-oldblanchy => main: Edrik
Prat 3.0 (AltNames) : Found alt: Chenoeh-oldblanchy => main: Edrik
Prat 3.0 (AltNames) : Found alt: Kumori-oldblanchy => main: Edrik
Prat 3.0 (AltNames) : Found alt: Elidee-oldblanchy => main: Edrik
Prat 3.0 (AltNames) : Found alt: Zatalia-oldblanchy => main: Edrik
Prat 3.0 (AltNames) : searched for: Edrik - total matches: 5

Find Characters:
Prat 3.0 (AltNames) : Found alt: Kumori-oldblanchy => main: Edrik
Prat 3.0 (AltNames) : searched for: Kumori - total matches: 1

List Alts:
Prat 3.0 (AltNames) : no alts found for character Kumori


Dump: value=LibStub("LibAlts-1.0"):GetMain("Kumori")
empty result
Dump: value=LibStub("LibAlts-1.0"):GetAlts("Kumori")
empty result
Dump: value=LibStub("LibAlts-1.0"):GetAlts("Edrik")
[1]="Zatalia-oldblanchy",
[2]="Valmont-oldblanchy",
[3]="Chenoeh-oldblanchy",
[4]="Kumori-oldblanchy",
[5]="Elidee-oldblanchy"
Dump: value=LibStub("LibAlts-1.0"):GetMain("Kumori-oldblanchy")
[1]="Edrik"

I think the cross referencing with LibAlts is breaking with the inconsistent implementation of "char" vs "char-realmName" that classic does.

Version Information (please complete the following information):

  • Wow Version: Classic - "1.13.6"
  • Prat Version: Prat 3.0 (3.9.1)
@orionshock orionshock added the bug Something isn't working label Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant