l2j_mobius/trunk/dist/sql/game/updates/20090424update.sql
2015-01-01 20:02:50 +00:00

2 lines
150 B
SQL

ALTER TABLE `items` MODIFY `count` BIGINT UNSIGNED NOT NULL DEFAULT 0;
ALTER TABLE `itemsonground` MODIFY `count` BIGINT UNSIGNED NOT NULL DEFAULT 0;