From 1856f0ef8f01b73982c7f348e234501572e810bb Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Sun, 13 Feb 2022 23:40:50 +0100 Subject: [PATCH] README/QA * added another repeat gotcha to the Q+A section --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 41083a7e..ef3a101d 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,9 @@ A: Whenever you try to view a new character, AoWoW needs to fetch it first. Sinc Q: Screenshot upload fails, because the file size is too large and/or the subdirectories are visible from the web! A: That's a web server configuration issue. If you are using Apache you may need to [enable the use of .htaccess](http://httpd.apache.org/docs/2.4/de/mod/core.html#allowoverride). Other servers require individual configuration. +Q: An Item, Quest or NPC i added or edited can't be searched. Why? +A: A search is only conducted against the currently used locale. You may have only edited the name field in the base table instead of adding multiple strings into the appropriate \*_locale tables. In this case searches in a non-english locale are run against an empty name field. + ## Thanks @mix: for providing the php-script to parse .blp and .dbc into usable images and tables