Quantcast

Fix stance name for Aspect of the Iron Hawk.

Johnny C. Lam [04-06-14 - 18:46]
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
Filename
OvaleStance.lua
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",