View Single Post
09-04-19, 04:59 PM   #1
Basil2
An Aku'mai Servant
Join Date: Feb 2015
Posts: 30
Classic: UnitHealth() has large delay - how to avoid?

It looks like that player's HP returned by UnitHealth() are updated with delay about 500 ms.

So when I handle UNIT_SPELLCAST_STOP event after succefull heal, UnitHealth() still returns old hp value for half second after cast!

My WoW ping is 40ms, and I have no such problem with actual WoW.

Any ways to avoid this problem?
  Reply With Quote