From d6f0ace91d3dcb87d9d4d17ed19e6fabe54d5ead Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Sun, 6 Apr 2014 18:46:44 +0000 Subject: [PATCH] Fix stance name for Aspect of the Iron Hawk. git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@1274 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- OvaleStance.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OvaleStance.lua b/OvaleStance.lua index b040ae3..551868d 100644 --- a/OvaleStance.lua +++ b/OvaleStance.lua @@ -1,6 +1,6 @@ --[[-------------------------------------------------------------------- Ovale Spell Priority - Copyright (C) 2013 Johnny C. Lam + Copyright (C) 2013, 2014 Johnny C. Lam This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License in the LICENSE @@ -41,7 +41,7 @@ local OVALE_SPELLID_TO_STANCE = { [API_GetSpellInfo(5118)] = "hunter_aspect_of_the_cheetah", [API_GetSpellInfo(13159)] = "hunter_aspect_of_the_pack", [API_GetSpellInfo(13165)] = "hunter_aspect_of_the_hawk", - [API_GetSpellInfo(109260)] = "hunter_asepct_of_the_iron_hawk", + [API_GetSpellInfo(109260)] = "hunter_aspect_of_the_iron_hawk", -- Monk [API_GetSpellInfo(103985)] = "monk_stance_of_the_fierce_tiger", [API_GetSpellInfo(115069)] = "monk_stance_of_the_sturdy_ox", -- 1.7.9.5