예제 #1
0
파일: Setup.cpp 프로젝트: AegisEmu/AegisEmu
extern "C" SCRIPT_DECL void _exp_script_register(ScriptMgr* mgr)	// Comment any script to disable it
{
	SetupGoHandlers(mgr);
	SetupQDGoHandlers(mgr);
	SetupRandomScripts(mgr);
	SetupMiscCreatures(mgr);
}
예제 #2
0
파일: Setup.cpp 프로젝트: vata/wowice
extern "C" SCRIPT_DECL void _exp_script_register(ScriptMgr* mgr)	// Comment any script to disable it
{
	SetupGoHandlers(mgr);
	SetupQDGoHandlers(mgr);
	SetupRandomScripts(mgr);
	SetupMiscCreatures(mgr);
	SetupDarkmoonFaireObjects(mgr);
	
	// Sets up gossip scripts for gameobjects in the (optional)
	// gameobject_teleports table. If the table doesn't exist the
	// initialization will quietly fail.
	//InitializeGameObjectTeleportTable(mgr);
}