Mercurial > wow > degaine
changeset 34:6f99c7f30f15
Add a small delay after unmounting
author | contrebasse |
---|---|
date | Sat, 08 Jan 2011 16:09:53 +0100 |
parents | b59da9bd1df7 |
children | 83cfab9dcb63 |
files | Degaine.lua |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Degaine.lua Sat Jan 08 15:17:11 2011 +0100 +++ b/Degaine.lua Sat Jan 08 16:09:53 2011 +0100 @@ -34,6 +34,7 @@ local IsMounted = IsMounted local GetNumCompanions, GetCompanionInfo = GetNumCompanions, GetCompanionInfo local UnitCastingInfo = UnitCastingInfo +local select = select --------------------------------------------------------------- @@ -49,7 +50,7 @@ local isGossipClosed = true local wasGossipOpened = false local t_lastGossipClosed = 0 -local wasMounted = IsMounted() -- handle mounts with UNIT_AURA +--local wasMounted = IsMounted() -- handle mounts with UNIT_AURA local isTradeSkill = false @@ -189,7 +190,7 @@ wasMounted = true else if wasMounted then - start(0) -- no animation for unmounting + start(0.5) -- no animation for unmounting wasMounted = false end end