mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
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:
@@ -239,7 +239,7 @@ class SqlGen
|
||||
if ($ssRef->generate($updateIds))
|
||||
{
|
||||
if (method_exists($ssRef, 'applyCustomData'))
|
||||
$ssRef->applyCustomData();
|
||||
return $ssRef->applyCustomData();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user