Fixed DB..
I fixed the version of the items db... all the items what had _ in their name and also did the remove the
- testitem
- wearable:
- num1
- wearitem
- SL village
- '*Item');
- 'Equip*');
- *Teleporter');
- *test*');
- & edited to &
- ’ edited to '
- edited to Ü
INSERT INTO `items` VALUES (*, *, *, *, '*text-I-want-to-remove*');
replace with
restored:
INSERT INTO `items` VALUES (124443, 124443, 186, 186, 'BBI Minami-90 Muddy Intestines');
INSERT INTO `items` VALUES (136691, 136691, 116, 116, 'Nano Crystal (Survival of the Fittest)');
INSERT INTO `items` VALUES (145305, 145305, 116, 116, 'Compiled Algorithm (Survival of the Fittest)');
INSERT INTO `items` VALUES (146805, 146805, 116, 116, 'Instruction Disc (Survival of the Fittest)');
INSERT INTO `items` VALUES (148305, 148305, 116, 116, 'Programmed Photon Particle Emitter (Survival of the Fittest)');
(did this in Ultra-Edit)
http://virtual-insanity.mine.nu/downloads/items.sql Enjoy
[edit]
oh well crap I f***ed something up I dont know what, something went wrong with the &s
[/edit]