From a11860f348269419625916647d36f6a8e1d7534e Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Fri, 25 Apr 2014 20:57:19 +0000 Subject: [PATCH] Make "runicpower" a secondary power type for Death Knights. The primary resource for which DKs wait on are runes. If there is not enough runic power to cast a spell, DKs don't wait passively for runic power to pool, but rather spend runes to generate more runic power. git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@1331 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- OvalePower.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/OvalePower.lua b/OvalePower.lua index 9029fc2..e6b19d4 100644 --- a/OvalePower.lua +++ b/OvalePower.lua @@ -75,6 +75,7 @@ OvalePower.SECONDARY_POWER = { focus = true, holy = true, rage = true, + runicpower = true, shadoworbs = true, shards = true, } -- 1.7.9.5