Changes between Version 3 and Version 4 of Ticket #6387


Ignore:
Timestamp:
Nov 21, 2021, 10:52:54 AM (2 years ago)
Author:
Langbart
Comment:

It must be [20965]. They removed:

	let cmpAuras = Engine.QueryInterface(ent, IID_Auras);
	if (cmpAuras)
		ret.auras = cmpAuras.GetDescriptions();

When I put it back in, it shows me the aura.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6387 – Description

    v3 v4  
    3737
    3838{{{
    39 warn(uneval(getAurasTooltip(panelEntState));
     39warn(uneval(getAurasTooltip(panelEntState)));
    4040}}}
    4141
     
    5555
    5656{{{
    57 warn(uneval(getAurasTooltip(panelEntState));
     57warn(uneval(getAurasTooltip(panelEntState)));
    5858}}}
    5959