Quote:
	
	
		| Change the faction from an entire zone to a specific one | 
	
 This is an example. Let's say I want to change all the NPC factions in Butcherblock Mountains to be on Clan Runnyeye:
	Code:
	UPDATE npc_types SET npc_faction_id = 54 WHERE id >= 68000 AND id < 69000;
 Don't forget that will get things like the boat or hidden spawns...