2
0
mirror of https://github.com/slawkens/myaac.git synced 2025-05-16 19:09:20 +02:00

3 lines
92 B
PHP

<?php
$db->exec('ALTER TABLE `' . TABLE_PREFIX . 'monsters` MODIFY `loot` text NOT NULL;');