void cConfigs::LoadAll()
{
	LoadConfigsInGS();
	PCPoint.Load();
	GmSystem.Load();
	News.Load();
	AntiAFK.Load();
	GoldenArcher.Load();
	Vip.Load();
	Monster.LoadPkClear();
	DropSystem.Load();
	MapSystem.Load();
	MoveReq.Load();
	ZenFixes();
	LoadNotice();
	LoadCommands();
	Misc();
	HappyHour.Load();
	PlayerSystem.Load();
	TradeSystem.Load();
#ifdef _GS
	DuelSystem.Load();
	Moss.Load();
	DropEvent.Init();
#endif 
}
void cConfigs::LoadAll()
{
	PCPoint.LoadIniConfigs();
	ZenFixes();
	LoadGmSystem();
	LoadAntiAfk();
	LoadDuel();
	LoadNotice();
	LoadArcher();
	VIPSystem();
	LoadCommands();
	LoadPkClearGuard();
	DropSystem.LoadDropItems();
	Misc();
	MapSys();
#ifdef _GS
	moss.LoadMoss();
	DropEvent.Init();
#endif 
}