Mercurial > wow > reaction
comparison 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 |
comparison
equal
deleted
inserted
replaced
293:7c596a5951ee | 295:0cb6a9944497 |
---|---|
1035 { "shadow", { {shadowform = L["Shadowform"]}, {noshadowform = L["No Shadowform"]} } }, | 1035 { "shadow", { {shadowform = L["Shadowform"]}, {noshadowform = L["No Shadowform"]} } }, |
1036 { "demon", { {demon = L["Demon Form"]}, {nodemon = L["No Demon Form"]} } }, | 1036 { "demon", { {demon = L["Demon Form"]}, {nodemon = L["No Demon Form"]} } }, |
1037 { "pet", { {pet = L["With Pet"]}, {nopet = L["Without Pet"]} } }, | 1037 { "pet", { {pet = L["With Pet"]}, {nopet = L["Without Pet"]} } }, |
1038 { "target", { {harm = L["Hostile Target"]}, {help = L["Friendly Target"]}, {notarget = L["No Target"]} } }, | 1038 { "target", { {harm = L["Hostile Target"]}, {help = L["Friendly Target"]}, {notarget = L["No Target"]} } }, |
1039 { "focus", { {focusharm = L["Hostile Focus"]}, {focushelp = L["Friendly Focus"]}, {nofocus = L["No Focus"]} } }, | 1039 { "focus", { {focusharm = L["Hostile Focus"]}, {focushelp = L["Friendly Focus"]}, {nofocus = L["No Focus"]} } }, |
1040 { "vehicle", { {vehicle = L["In a Vehicle"]} } }, | |
1040 { "possess", { {possess = L["Mind Control"]} } }, | 1041 { "possess", { {possess = L["Mind Control"]} } }, |
1041 { "vehicle", { {vehicle = L["In a Vehicle"]} } }, | |
1042 { "group", { {raid = L["Raid"]}, {party = L["Party"]}, {solo = L["Solo"]} } }, | 1042 { "group", { {raid = L["Raid"]}, {party = L["Party"]}, {solo = L["Solo"]} } }, |
1043 { "combat", { {combat = L["In Combat"]}, {nocombat = L["Out of Combat"]} } }, | 1043 { "combat", { {combat = L["In Combat"]}, {nocombat = L["Out of Combat"]} } }, |
1044 } | 1044 } |
1045 | 1045 |
1046 local ruleSelect = { } | 1046 local ruleSelect = { } |