Added quest global support for zone_controller.

This commit is contained in:
Kinglykrab
2016-09-14 16:31:52 -04:00
parent f6d721dd72
commit 8aa942cd27
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -872,6 +872,10 @@ bool NPC::SpawnZoneController(){
npc_type->merchanttype = 0;
npc_type->bodytype = 11;
if (RuleB(Zone, EnableZoneControllerGlobals)) {
npc_type->qglobal = true;
}
npc_type->prim_melee_type = 28;
npc_type->sec_melee_type = 28;