l2j_mobius/trunk/dist/tools/sql/server/character_mentees.sql
2015-01-01 23:19:30 +00:00

4 lines
155 B
SQL

CREATE TABLE IF NOT EXISTS `character_mentees` (
`charId` int(10) unsigned NOT NULL DEFAULT '0',
`mentorId` int(10) unsigned NOT NULL DEFAULT '0'
);