* fixed some php fatal error on spells page

* changed spells.vocations field in db size to 300
* please reload your spells after this update!
This commit is contained in:
slawkens1
2017-10-22 23:36:05 +02:00
parent 2b6d65e955
commit 87a3d1e5d1
4 changed files with 18 additions and 15 deletions

View File

@@ -28,7 +28,7 @@ session_start();
define('MYAAC', true);
define('MYAAC_VERSION', '0.6.5');
define('DATABASE_VERSION', 15);
define('DATABASE_VERSION', 16);
define('TABLE_PREFIX', 'myaac_');
define('START_TIME', microtime(true));
define('MYAAC_OS', (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') ? 'WINDOWS' : (strtoupper(PHP_OS) == 'DARWIN' ? 'MAC' : 'LINUX'));