Opened 2 years ago

Last modified 2 years ago

#6387 closed defect

PanelEntity aura tooltip missing — at Initial Version

Reported by: Langbart Owned by:
Priority: If Time Permits Milestone: Alpha 26
Component: UI – In-game Keywords:
Cc: Patch:

Description

The getAurasTooltip was added with [19536] and could be seen in the bundled release version A22 - Venustas, but somewhere between [19922] (the release number of A22) and [21821] (the release number of A23) the Aura tooltip no longer shows up.

Line 145 in gui/session/PanelEntity.js

Line 
139PanelEntity.prototype.Tooltips = [
140 getCurrentHealthTooltip,
141 getCurrentCaptureTooltip,
142 getAttackTooltip,
143 getResistanceTooltip,
144 getEntityTooltip,
145 getAurasTooltip
146];

Change History (1)

by Langbart, 2 years ago

Attachment: hero_A22_A23.jpg added
Note: See TracTickets for help on using tickets.