Skip to content

Commit

Permalink
Fix deDE escape sequences
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed Feb 28, 2023
1 parent 8a068b5 commit 0bf88dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/StatLogic/locales/deDE.lua
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ L["PreScanPatterns"] = {
["Verstärkte %(%+(%d+) Rüstung%)"] = "ARMOR_BUFF",
["Mana Regeneration (%d+) alle 5 Sek%.$"] = "MANA_REG",
-- These fail DeepScan in deDE because of the commas
["Anlegen: Erhöht Eure Chance, einen kritischen Treffer durch Zauber zu erzielen, um (%d)%%\."] = "SPELL_CRIT",
["Anlegen: Erhöht Eure Chance, einen kritischen Treffer zu erzielen, um (%d)%%\."] = "CRIT",
["Anlegen: Erhöht Eure Chance, einen kritischen Treffer durch Zauber zu erzielen, um (%d)%%%."] = "SPELL_CRIT",
["Anlegen: Erhöht Eure Chance, einen kritischen Treffer zu erzielen, um (%d)%%%."] = "CRIT",
-- Exclude
["^(%d+) Slot"] = false, -- Set Name (0/9)
["^[%a '%-]+%((%d+)/%d+%)$"] = false, -- Set Name (0/9)
Expand Down

0 comments on commit 0bf88dd

Please sign in to comment.