View Single Post
02-02-08, 06:30 AM   #15
mulesh
A Chromatic Dragonspawn
 
mulesh's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2006
Posts: 193
The value for IsMounted() is indeed delayed during PLAYER_AURAS_CHANGED. The event fires too fast. I came across this problem myself when creating the PlaySound addon. Using an OnUpdate handler is the best way to go.
__________________
"Don"t tase me bro!" ~ Andrew Meyer
  Reply With Quote