comparison Editor.lua @ 301:6fbb55e5c624

Add [extrabar] as a checkbox rule option
author Flick
date Fri, 09 Nov 2012 13:25:41 -0800
parents a682fac2aa98
children
comparison
equal deleted inserted replaced
300:a682fac2aa98 301:6fbb55e5c624
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 { "vehicle", { {vehicle = L["In a Vehicle"]} } },
1041 { "possess", { {possess = L["Ability Override"]} } }, 1041 { "possess", { {possess = L["Ability Override"]} } },
1042 { "extrabar",{ {extrabar = L["Has Special Action"]} } },
1042 { "group", { {raid = L["Raid"]}, {party = L["Party"]}, {solo = L["Solo"]} } }, 1043 { "group", { {raid = L["Raid"]}, {party = L["Party"]}, {solo = L["Solo"]} } },
1043 { "combat", { {combat = L["In Combat"]}, {nocombat = L["Out of Combat"]} } }, 1044 { "combat", { {combat = L["In Combat"]}, {nocombat = L["Out of Combat"]} } },
1044 } 1045 }
1045 1046
1046 local ruleSelect = { } 1047 local ruleSelect = { }