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

3
system/migrations/4.php Normal file
View File

@@ -0,0 +1,3 @@
<?php
$db->query("ALTER TABLE `" . TABLE_PREFIX . "monsters` ADD `id` int(11) NOT NULL AUTO_INCREMENT primary key FIRST;");
?>