* 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

5
system/migrations/16.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
// change size of spells.vocations
$db->query("ALTER TABLE `" . TABLE_PREFIX . "spells` MODIFY `vocations` VARCHAR(300) NOT NULL DEFAULT '';");
?>