added id field on monsters, so you can delete in phpmyadmin

fixed adding some creatures with ' and "
This commit is contained in:
slawkens1
2017-06-06 23:19:15 +02:00
parent f393e525a6
commit 4fa32e79ce
5 changed files with 16 additions and 5 deletions

View File

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