Changeset 338b4908e7c8d6d42d01d5d7e0808986143c4eca
- Timestamp:
- 07/01/07 14:59:17
(1 year ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1183294757 +0200
- git-parent:
[8e3cf9b4c2ca1641f6fffa569ea85a5309290daf]
- git-author:
- Christopher Jung <bktheg@web.de> 1183294757 +0200
- Message:
*sync*
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc3ab33e |
r338b490 |
|
| 2 | 2 | `id` int(11) NOT NULL auto_increment, |
|---|
| 3 | 3 | `type` smallint(6) NOT NULL default '0', |
|---|
| 4 | | `building` int(11) NOT NULL default '0', |
|---|
| 5 | | `item` smallint(6) NOT NULL default '-1', |
|---|
| 6 | | `remaining` tinyint(4) NOT NULL default '0', |
|---|
| 7 | 4 | `flagschiff` tinyint(1) unsigned NOT NULL default '0', |
|---|
| 8 | 5 | `col` int(11) default null, |
|---|