This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?1. Use french client2. Win or loose an Alterac valley
What is the expected output? What do you see instead?The victory or defeat in AV is not detected
What version of the product are you using?78470
Do you have an error log of what happened?
Please provide any additional information below.In fact, on french client VICTORY_TEXT0 = "La horde gagne" and VICTORY_TEXT1 = "L'alliance gagne" and the yell strings in AV are "La horde l'emporte !" and "L'alliance l'emporte !".So there's no match in: if text:lower():find(VICTORY_TEXT0:lower())To have it to work I added: or text:lower():find("la horde l\'emporte") and the same for the alliance.
To post a comment, please login or register a new account.