コード例 #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);
}