firstly open the game server folder and you will the the
ini folder..open it then find this file
GameMap.ini open it then Ctrl+F search for this word
[map8006] delete the whole of this id..for the database..run this query..
Code:
delete from cq_map where id = 8006;
delete from cq_npc where mapid = 8006;
*[Edit]
run this too..
Code:
delete from cq_generator where mapid = 8006;