ok i'll try to find at and post it asap, and it wont be a pvp server so it would be really nice if i could fix it
ok here it is
//it's not the only one exception it's just the last one
//you can lock this, i fixed this, it was just bad table in db
public void clean()
{
for (int i = 31921; i < 31925; i++)
{
int[] Location = (int[])this._startHallSpawns.get(i);
248---GrandBossManager.getInstance().getZone(Location[0], Location[1], Location[2]).oustAllPlayers();
}
deleteAllMobs();
closeAllDoors();
this._hallInUse.clear();
this._hallInUse.put(Integer.valueOf(31921), Boolean.valueOf(false));
this._hallInUse.put(Integer.valueOf(31922), Boolean.valueOf(false));
this._hallInUse.put(Integer.valueOf(31923), Boolean.valueOf(false));
this._hallInUse.put(Integer.valueOf(31924), Boolean.valueOf(false));
Iterator i$;
if (this._archonSpawned.size() != 0)
{
Set npcIdSet = this._archonSpawned.keySet();
for (i$ = npcIdSet.iterator(); i$.hasNext(); ) { int npcId = ((Integer)i$.next()).intValue();
this._archonSpawned.put(Integer.valueOf(npcId), Boolean.valueOf(false));
}
}
}