fixed #79 by increasing loot column size

This commit is contained in:
tobi132
2019-07-17 22:21:07 +02:00
parent 49fe7a4b38
commit d79ae8e927
3 changed files with 5 additions and 2 deletions

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

@@ -0,0 +1,3 @@
<?php
$db->exec('ALTER TABLE `' . TABLE_PREFIX . 'monsters` MODIFY `loot` VARCHAR(10000) NOT NULL;');