Quantcast

removed QuestLog shortcut, seeing as L does this too

Kelly Crabbé [12-04-13 - 13:33]
removed QuestLog shortcut, seeing as L does this too
Filename
rightclick.lua
diff --git a/rightclick.lua b/rightclick.lua
index 44c65c0..b15f157 100755
--- a/rightclick.lua
+++ b/rightclick.lua
@@ -6,13 +6,11 @@ local menuList = {
     {text = CHARACTER_BUTTON,
     func = function() ToggleCharacter("PaperDollFrame") end},
     {text = SPELLBOOK_ABILITIES_BUTTON,
-    func = function() ToggleFrame(SpellBookFrame) end},
+    func = function() ToggleSpellBook("spell") end},
     {text = TALENTS_BUTTON,
     func = function() ToggleTalentFrame() end},
     {text = ACHIEVEMENT_BUTTON,
     func = function() ToggleAchievementFrame() end},
-    {text = QUESTLOG_BUTTON,
-    func = function() ToggleFrame(QuestLogFrame) end},
     {text = SOCIAL_BUTTON,
     func = function() ToggleFriendsFrame(1) end},
     {text = PLAYER_V_PLAYER,