From 6a404a5a26686dd868e0d8c888a4607aacbd70d5 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 4 Jan 2016 11:04:56 -0600 Subject: [PATCH] Put the zone controller somewhere where people can't see it even with a terrible GlobalLoad.txt [skip ci] --- zone/npc.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zone/npc.cpp b/zone/npc.cpp index 8f09d3f40..bad907936 100644 --- a/zone/npc.cpp +++ b/zone/npc.cpp @@ -878,9 +878,9 @@ bool NPC::SpawnZoneController(){ strcpy(npc_type->special_abilities, "12,1^13,1^14,1^15,1^16,1^17,1^19,1^22,1^24,1^25,1^28,1^31,1^35,1^39,1^42,1"); glm::vec4 point; - point.x = 5000; - point.y = 5000; - point.z = -5000; + point.x = 3000; + point.y = 1000; + point.z = -500; NPC* npc = new NPC(npc_type, nullptr, point, FlyMode3); npc->GiveNPCTypeData(npc_type);