View Single Post
  #4  
Old 07-10-2003, 08:30 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

heh, guess I didn't exactly provide much instructions :p

Call it a test for who should actually try to use it... the ones that figure out how

All it should do is make sure the id's are sequential starting at 1 It will not fix duplicate door. Like say you sourced the doors sql in twice, or combined two different doors tables.

If you did that, your best bet is:
Code:
use your_eq_database_name;
truncate table doors;
source your_doors.sql_file;
That will wipe them all out and load them from the source file again, losing any changes you did. aka lifts or pok books....
__________________
Please read the forum rules and look at reacent messages before posting.
Reply With Quote