From f5fa07c8dbfe83ec5383e1397fe7990aa62fce51 Mon Sep 17 00:00:00 2001 From: Paul Coene Date: Mon, 29 Sep 2014 16:38:18 -0400 Subject: [PATCH] Update zone.cpp --- zone/zone.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zone/zone.cpp b/zone/zone.cpp index 36cb3504a..446110a4a 100644 --- a/zone/zone.cpp +++ b/zone/zone.cpp @@ -433,8 +433,8 @@ void Zone::LoadTempMerchantData(){ npcid = ml.npcid; } ml.slot = atoul(row[1]); - ml.item = atoul(row[2]); - ml.charges = atoul(row[3]); + ml.charges = atoul(row[2]); + ml.item = atoul(row[3]); ml.origslot = ml.slot; cur->second.push_back(ml); }