mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
Towns & NPCs & Items should be persistent
This commit is contained in:
@@ -33,7 +33,7 @@ class Towns
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
private static $filename = CACHE . 'towns.php';
|
||||
private static $filename = CACHE . 'persistent' . 'towns.php';
|
||||
|
||||
/**
|
||||
* Determine towns
|
||||
|
Reference in New Issue
Block a user