From 5bb15d47d7ad08d90985d8b89727b7794eeeebfd Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Sun, 23 Feb 2020 18:42:14 +0100 Subject: [PATCH] Misc/Readme * update required TDB-version (hint: its never 'latest') * fixed artifacts from setup conversion * version push --- README.md | 8 ++++---- includes/shared.php | 2 +- setup/tools/sqlgen/item_stats.func.php | 2 +- setup/tools/sqlgen/spawns.func.php | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 36472e67..a02f25fd 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ Also, this project is not meant to be used for commercial puposes of any kind! + Mysqli + mbString + MySQL ≥ 5.5.30 -+ [TDB 335.64](https://github.com/TrinityCore/TrinityCore/releases/tag/TDB335.64) - including world updates up to 09.10.2018 ++ [TDB 335.20021](https://github.com/TrinityCore/TrinityCore/releases/tag/TDB335.20021) + Tools require cmake: Please refer to the individual repositories for detailed information - + [MPQExtractor](https://github.com/Sarjuuk/MPQExtractor) / [FFmpeg](https://ffmpeg.org/download.html) / [BLPConverter](https://github.com/Sarjuuk/BLPConverter) (optional) + + [MPQExtractor](https://github.com/Sarjuuk/MPQExtractor) / [FFmpeg](https://ffmpeg.org/download.html) / (optional: [BLPConverter](https://github.com/Sarjuuk/BLPConverter)) + WIN users may find it easier to use these alternatives - + [MPQEditor](http://www.zezula.net/en/mpq/download.html) / [FFmpeg](http://ffmpeg.zeranoe.com/builds/) / [BLPConverter](https://github.com/PatrickCyr/BLPConverter) (optional) + + [MPQEditor](http://www.zezula.net/en/mpq/download.html) / [FFmpeg](http://ffmpeg.zeranoe.com/builds/) / (optional: [BLPConverter](https://github.com/PatrickCyr/BLPConverter)) audio processing may require [lame](https://sourceforge.net/projects/lame/files/lame/3.99/) or [vorbis-tools](https://www.xiph.org/downloads/) (which may require libvorbis (which may require libogg)) @@ -113,7 +113,7 @@ A: You can't anymore. Wowhead switched from Flash to WebGL (as they should) and Q: I'm getting random javascript errors! A: Some server configurations or external services (like Cloudflare) come with modules, that automaticly minify js and css files. Sometimes they break in the process. Disable the module in this case. -Q: Some search results within the profiler act rather strange. How does it work? +Q: Some search results within the profiler act rather strange. How does it work? A: Whenever you try to view a new character, AoWoW needs to fetch it first. Since the data is structured for the needs of TrinityCore and not for easy viewing, AoWoW needs to save and restructure it locally. To this end, every char request is placed in a queue. While the queue is not empty, a single instance of `prQueue` is run in the background as not to overwhelm the characters database with requests. This also means, some more exotic search queries can't be run agains the characters database and have to use the incomplete/outdated cached profiles of AoWoW. diff --git a/includes/shared.php b/includes/shared.php index ad78dcd9..831a26d2 100644 --- a/includes/shared.php +++ b/includes/shared.php @@ -1,6 +1,6 @@ enchantment_stats(); CLI::write(' '.count($enchStats).' enchantments parsed'); CLI::write(' - applying stats for items'); diff --git a/setup/tools/sqlgen/spawns.func.php b/setup/tools/sqlgen/spawns.func.php index 94833176..a0d032e9 100644 --- a/setup/tools/sqlgen/spawns.func.php +++ b/setup/tools/sqlgen/spawns.func.php @@ -186,7 +186,7 @@ SqlGen::register(new class extends SetupScript } // if areaId is set, area was determined by TC .. we're fine .. mostly - $final = $spawn['areaId'] ? $points[0] : $checkCoords($points); + $final = $spawn['areaId'] ? $points[0] : $this->checkCoords($points); if ($idx < 5) {