Files
l2j_mobius/trunk/dist/sql/game/updates/20111130update.sql
mobius a6a3718849
2015-01-01 20:02:50 +00:00

5 lines
234 B
SQL

ALTER TABLE `custom_npc` MODIFY `id` mediumint(7) unsigned NOT NULL;
ALTER TABLE `custom_npc` MODIFY `idTemplate` smallint(5) unsigned NOT NULL;
ALTER TABLE `custom_npc_elementals` MODIFY `npc_id` mediumint(7) unsigned NOT NULL;