→What's so dirty about the quick-and-dirty way?
m (Wikify) |
|||
| Line 22: | Line 22: | ||
end | end | ||
function MyHonorTracker_OnEvent() | function MyHonorTracker_OnEvent() | ||
if(event == "CHAT_MSG_COMBAT_HONOR_GAIN") then | if(event == "CHAT_MSG_COMBAT_HONOR_GAIN") then | ||
| Line 35: | Line 30: | ||
elseif(GetLocale() == "frFR") then | elseif(GetLocale() == "frFR") then | ||
pattern = "french-words (.+) french-words (.+) french-words (.+)"; | pattern = "french-words (.+) french-words (.+) french-words (.+)"; | ||
-- | elseif(GetLocale() == "koKR") then | ||
pattern = "(.+) korean-for-dies, korean-words: (.+) %(more-korean: (.+)%)"; | |||
else | else | ||
pattern = "who knows"; | pattern = "who knows"; | ||