StatusAuras bug #204


  • Fixed
  • Patch
Closed
Assigned to _ForgeUser117147
  • michaelsp created this issue Apr 11, 2011
    Owner

    HasStateChanged returns "true" for non active auras , this means that all indicators are continously updated, can be a performance issue,
    Included  a fast fix for the problem. Pending a more deep review:  new_count, and new_expiration can be nil or 0, depending of the tracked aura, this means that the comparison
    (self.new_count ~= self.prev_count) or (self.new_expiration ~= self.prev_expiration)
    returns true for a lot of disabled auras.

  • michaelsp added the tags New Patch Apr 11, 2011
  • michaelsp added an attachment statusauras.diff Apr 11, 2011

    statusauras.diff

    <p>patch</p>

  • michaelsp edited description Apr 11, 2011
  • _ForgeUser117147 posted a comment Apr 14, 2011

    Applied in rev556. Thanks

  • _ForgeUser117147 removed a tag New Apr 14, 2011
  • _ForgeUser117147 added a tag Fixed Apr 14, 2011
  • _ForgeUser117147 closed issue Apr 14, 2011

To post a comment, please login or register a new account.