Ejemplo n.º 1
0
extern "C" SCRIPT_DECL void _exp_script_register(ScriptMgr* mgr)	// Comment any script to disable it
{
	SetupGoHandlers(mgr);
	SetupQDGoHandlers(mgr);
	SetupRandomScripts(mgr);
	SetupMiscCreatures(mgr);
}
Ejemplo n.º 2
0
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);
}