From 4627bfe271e38b637fe165e4cb4e782814611716 Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Mon, 10 Jun 2019 00:30:04 -0400 Subject: [PATCH] Mercs shouldn't do global loot (I think) --- zone/zonedb.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/zone/zonedb.cpp b/zone/zonedb.cpp index 093e1e30c..e3adc6d13 100755 --- a/zone/zonedb.cpp +++ b/zone/zonedb.cpp @@ -2877,6 +2877,7 @@ const NPCType* ZoneDatabase::GetMercType(uint32 id, uint16 raceid, uint32 client tmpNPCType->scalerate = atoi(row[43]); tmpNPCType->spellscale = atoi(row[44]); tmpNPCType->healscale = atoi(row[45]); + tmpNPCType->skip_global_loot = true; // If Merc with duplicate NPC id already in table, // free item we attempted to add.