Sarjuuk / aowow

Database viewer for TrinityCore based on aowow by @LordJZ, based on the JS-Engine of Wowhead
204 stars 217 forks source link

Profile tooltips case mismatch #394

Closed Sarjuuk closed 2 months ago

Sarjuuk commented 6 months ago

to investigate:

requesting link: ?profile=eu.pure-pwnage.P%C3%BBpp%C3%AF

server response:

$WowheadPower.registerProfile('eu.pure-pwnage.p%C3%BBpp%C3%AF', 0, {
    "name_enus": "Pûppï the Light of Dawn",
    "tooltip_enus": "<table><tr><td><b class=\"q\">Pûppï the Light of Dawn</b></td></tr><tr><td>&lt;Rebørn&gt;</td></tr><tr><td>Level 80 Blood Elf Priest</td></tr></table>",
    "icon": $WH.g_getProfileIcon(10, 5, 1, 80, 'chr_bloodelf_female_priest04')
});

tooltip will not load as the char name in registerProfile() is lowercase and expected as ucFirst as in the request. The change in case is specific to certain chars.