mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-10 13:23:52 +00:00
Put the zone controller somewhere where people can't see it even with a terrible GlobalLoad.txt [skip ci]
This commit is contained in:
parent
5bcb9f0b35
commit
6a404a5a26
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user