Replace 'Maelström' to prevent encoding problems
This commit is contained in:
parent
387f08db85
commit
780081263c
|
@ -576,6 +576,11 @@ namespace Filtration.Parser.Services
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Replace 'Maelström' to prevent encoding problems in other editors
|
||||||
|
outputString.Replace("Maelström Staff", "Maelstr");
|
||||||
|
outputString.Replace("Maelström of Chaos", "Maelstr");
|
||||||
|
outputString.Replace("Maelström", "Maelstr");
|
||||||
|
|
||||||
return outputString;
|
return outputString;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue