Mercurial > wow > reaction
diff modules/VehicleExit.lua @ 165:5257073138e8
Updates for WoW 3.3
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Sat, 12 Dec 2009 21:56:32 +0000 |
parents | 799c6ea9da7b |
children | 8cc187143acd |
line wrap: on
line diff
--- a/modules/VehicleExit.lua Sat Aug 22 00:26:29 2009 +0000 +++ b/modules/VehicleExit.lua Sat Dec 12 21:56:32 2009 +0000 @@ -118,7 +118,7 @@ bar:RegisterUnitWatch("vehicle",false) if not bar.vehicleExitStateRegistered then f:SetAttribute("unit","vehicle") - RegisterStateDriver(f, "unitexists", "[target=vehicle,exists,nobonusbar:5] show; hide") -- spoof onstate-unitexists + RegisterStateDriver(f, "unitexists", "[target=vehicle,exists,novehicleui] show; hide") -- spoof onstate-unitexists bar.vehicleExitStateRegistered = true end end