Revision 160, 463 bytes
(checked in by exi, 14 years ago)
|
Added Rise alliance logo.
Dumped new sql data with changed create table to support mysql 3.23.
|
Line | |
---|
1 | TRUNCATE TABLE `kb3_item_locations`; |
---|
2 | INSERT IGNORE INTO `kb3_item_locations` VALUES ('1','Fitted - High slot'); |
---|
3 | INSERT IGNORE INTO `kb3_item_locations` VALUES ('3','Fitted - Low slot'); |
---|
4 | INSERT IGNORE INTO `kb3_item_locations` VALUES ('2','Fitted - Medium slot'); |
---|
5 | INSERT IGNORE INTO `kb3_item_locations` VALUES ('4','Cargo'); |
---|
6 | INSERT IGNORE INTO `kb3_item_locations` VALUES ('6','Drone Bay'); |
---|
7 | INSERT IGNORE INTO `kb3_item_locations` VALUES ('5','Rig Slot'); |
---|