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....