comparison 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
comparison
equal deleted inserted replaced
8:971d3df34294 9:da9c4373da48
85 end 85 end
86 86
87 function CyborgMMO_LoadWowCommands() 87 function CyborgMMO_LoadWowCommands()
88 if (CyborgMMO_ProfileKeyBindings == nil) then 88 if (CyborgMMO_ProfileKeyBindings == nil) then
89 CyborgMMO_ProfileKeyBindings = {} 89 CyborgMMO_ProfileKeyBindings = {}
90 CyborgMMO_ProfileKeyBindings = CyborgMMO_InternationalWowCommands[GetLocale()] 90 CyborgMMO_ProfileKeyBindings = CyborgMMO_DefaultWowCommands
91 end 91 end
92 CyborgMMO_WowCommands = CyborgMMO_ProfileKeyBindings 92 CyborgMMO_WowCommands = CyborgMMO_ProfileKeyBindings
93 end 93 end
94 94
95 function CyborgMMO_GetSaveData() 95 function CyborgMMO_GetSaveData()