View Single Post
  #4  
Old 03-11-2011, 12:51 PM
Haynar Haynar is offline
Developer

Haynar's Avatar

Join Date: Oct 2009
Location: West of the Mississippi
Posts: 2,955
Default

It is because of multiple merchants in the same zone sharing the same list. The merchant list loads up from the db, based on zone id. So for that merchant list, it got loaded 2 or 3 times, depending on how many of that merchant list shows in the zone.

But because i now renumber the lists, before sending initially, before it would send the same item 3 times, with the same slot. So noone knew. Now i renumber, so it sends the same item in 3 different slots.

Since we do want some merchants to have duplicate lists in the same zone, i will make adjustments in my renumber list code, to get rid of duplicates too.

H