Quantcast

Make "runicpower" a secondary power type for Death Knights.

Johnny C. Lam [04-25-14 - 20:57]
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
Filename
OvalePower.lua
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,
 }