Filter/Fixups

* fixed wrong indizes for gem color picker in locale 3 (deDE)
 * fixed interpretation of filter enums. Some are providing their value directly, others have an intermediate key.
 * createSQLForCriterium is no longer abstract. (was implemented in exactly the same way everywhere)
 * erronous criteria are now logged and discarded entirely)
This commit is contained in:
Sarjuuk
2023-08-02 23:29:53 +02:00
parent 837fdf78a0
commit 0f186576d3
16 changed files with 30 additions and 148 deletions

View File

@@ -3612,8 +3612,8 @@ var LANG = {
[1, "Heilig"], [0, "Physisch"]
],
gem: [
[7, "Ja"], [1, "Meta"], [2, "Rot"], [3, "Gelb"], [4, "Blau"],
[8, "Nein"]
[5, "Ja"], [1, "Meta"], [2, "Rot"], [3, "Gelb"], [4, "Blau"],
[6, "Nein"]
],
profession: [
[11, "Ja"], [1, "Alchemie"], [13, "Angeln"], [9, "Bergbau"], [6, "Erste Hilfe"],