Setup/Data

* move custom data from setup scripts to DB
 * move strings from DB to locale files
 * use common function to calculate coordinates of dungeon entrances instead of inline sql
 * fixed manual data zones and itemset
 * fixed typos across the board
This commit is contained in:
Sarjuuk
2022-02-21 22:51:25 +01:00
parent 10805a1f70
commit bc71ae762c
32 changed files with 481 additions and 373 deletions

View File

@@ -239,7 +239,7 @@ class SqlGen
if ($ssRef->generate($updateIds))
{
if (method_exists($ssRef, 'applyCustomData'))
$ssRef->applyCustomData();
return $ssRef->applyCustomData();
return true;
}