diff CyborgMMO7.lua @ 9:da9c4373da48

Fall back to english texts when translations are missing.
author madcatzinc@35b17cf1-18cd-47ff-9ca3-31d6b526ef09
date Fri, 12 Apr 2013 22:39:20 +0000
parents 43f45e032db8
children 6cb9a2936580
line wrap: on
line diff
--- a/CyborgMMO7.lua	Fri Apr 12 22:39:15 2013 +0000
+++ b/CyborgMMO7.lua	Fri Apr 12 22:39:20 2013 +0000
@@ -87,7 +87,7 @@
 function CyborgMMO_LoadWowCommands()
 	if (CyborgMMO_ProfileKeyBindings == nil) then
 		CyborgMMO_ProfileKeyBindings = {}
-		CyborgMMO_ProfileKeyBindings = CyborgMMO_InternationalWowCommands[GetLocale()]
+		CyborgMMO_ProfileKeyBindings = CyborgMMO_DefaultWowCommands
 	end
 	CyborgMMO_WowCommands = CyborgMMO_ProfileKeyBindings 
 end