Revision 98, 253 bytes
(checked in by exi, 14 years ago)
|
Added EVE-Dev logo to about page.
Fix an issue with the error jpg in the siggen.
Made item values align right in the item_values mod.
Adding sqldata for the installer. However, this is not Kali data.
|
Line | |
---|
1 | TRUNCATE TABLE `kb3_races`; |
---|
2 | INSERT IGNORE INTO `kb3_races` VALUES ('1','Gallente'); |
---|
3 | INSERT IGNORE INTO `kb3_races` VALUES ('2','Caldari'); |
---|
4 | INSERT IGNORE INTO `kb3_races` VALUES ('3','Amarr'); |
---|
5 | INSERT IGNORE INTO `kb3_races` VALUES ('4','Minmatar'); |
---|