Mercurial > wow > reaction
diff Editor.lua @ 295:0cb6a9944497 1.1 alpha 11 (5.04 bandaid)
Quick hacks for 5.04
- disable hiding VehicleMenuBar frame, whose name changed
- GetMultiCastBarOffset() -> GetMultiCastBarIndex()... cleanup before totem bar support is purged
- Remove totem bar
- fix demon form, vehicle buttons, overridebar buttons (cross fingers)
- change possess/vehicle order priority
author | Flick |
---|---|
date | Tue, 11 Sep 2012 16:50:37 -0700 |
parents | f2ed8a8e2320 |
children | a682fac2aa98 |
line wrap: on
line diff
--- a/Editor.lua Fri Aug 05 16:27:45 2011 -0700 +++ b/Editor.lua Tue Sep 11 16:50:37 2012 -0700 @@ -1037,8 +1037,8 @@ { "pet", { {pet = L["With Pet"]}, {nopet = L["Without Pet"]} } }, { "target", { {harm = L["Hostile Target"]}, {help = L["Friendly Target"]}, {notarget = L["No Target"]} } }, { "focus", { {focusharm = L["Hostile Focus"]}, {focushelp = L["Friendly Focus"]}, {nofocus = L["No Focus"]} } }, + { "vehicle", { {vehicle = L["In a Vehicle"]} } }, { "possess", { {possess = L["Mind Control"]} } }, - { "vehicle", { {vehicle = L["In a Vehicle"]} } }, { "group", { {raid = L["Raid"]}, {party = L["Party"]}, {solo = L["Solo"]} } }, { "combat", { {combat = L["In Combat"]}, {nocombat = L["Out of Combat"]} } }, }