From d2b14320fb3dc4dbab30eb3759c8942e2f2fa4f0 Mon Sep 17 00:00:00 2001 From: Parnic Date: Mon, 13 Aug 2012 03:57:23 +0000 Subject: [PATCH] - Updated warrior GCD spell to "victory rush" now that Rend is a passive ability. No ability is available before level 5 that doesn't have its own cooldown, sadly. --- modules/GlobalCoolDown.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/GlobalCoolDown.lua b/modules/GlobalCoolDown.lua index 8425989..349498e 100644 --- a/modules/GlobalCoolDown.lua +++ b/modules/GlobalCoolDown.lua @@ -126,7 +126,7 @@ function GlobalCoolDown.prototype:GetSpellId() ROGUE=1752, -- sinister strike PRIEST=585, -- smite DRUID=5176, -- wrath - WARRIOR=772, -- rend + WARRIOR=34428, -- victory rush (not available until 5, sadly) MAGE=133, -- fireball WARLOCK=686, -- shadow bolt PALADIN=20154, -- seal of righteousness