Changeset 8630 for trunk/L2J_DataPack/dist/sql/game/olympiad_nobles_eom.sql
- Timestamp:
- Jan 16, 2012 7:56:19 AM (4 months ago)
- Location:
- trunk/L2J_DataPack
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
dist/sql/game/olympiad_nobles_eom.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/L2J_DataPack
- Property svn:mergeinfo changed
/branches/unstable/L2J_DataPack_BETA merged: 8407-8426,8428-8480,8482-8491,8493-8588,8590-8629
- Property svn:mergeinfo changed
-
trunk/L2J_DataPack/dist/sql/game/olympiad_nobles_eom.sql
r8406 r8630 1 1 CREATE TABLE IF NOT EXISTS `olympiad_nobles_eom` ( 2 `charId` INT UNSIGNED NOT NULL default0,3 `class_id` tinyint(3) unsigned NOT NULL default0,4 `olympiad_points` int(10) NOT NULL default0,5 `competitions_done` smallint(3) NOT NULL default0,6 `competitions_won` smallint(3) NOT NULL default0,7 `competitions_lost` smallint(3) NOT NULL default0,8 `competitions_drawn` smallint(3) NOT NULL default0,2 `charId` int(10) unsigned NOT NULL DEFAULT 0, 3 `class_id` tinyint(3) unsigned NOT NULL DEFAULT 0, 4 `olympiad_points` int(10) unsigned NOT NULL DEFAULT 0, 5 `competitions_done` smallint(3) unsigned NOT NULL DEFAULT 0, 6 `competitions_won` smallint(3) unsigned NOT NULL DEFAULT 0, 7 `competitions_lost` smallint(3) unsigned NOT NULL DEFAULT 0, 8 `competitions_drawn` smallint(3) unsigned NOT NULL DEFAULT 0, 9 9 PRIMARY KEY (`charId`) 10 10 ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Note: See TracChangeset
for help on using the changeset viewer.
