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

6 lines
273 B
SQL

CREATE TABLE IF NOT EXISTS `castle_doorupgrade` (
`doorId` int(8) unsigned NOT NULL DEFAULT '0',
`ratio` tinyint(3) unsigned NOT NULL DEFAULT '0',
`castleId` tinyint(3) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`doorId`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;