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.