mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-19 12:21:34 +00:00
Update zone.cpp
This commit is contained in:
parent
d2acd0505c
commit
f5fa07c8db
@ -433,8 +433,8 @@ void Zone::LoadTempMerchantData(){
|
|||||||
npcid = ml.npcid;
|
npcid = ml.npcid;
|
||||||
}
|
}
|
||||||
ml.slot = atoul(row[1]);
|
ml.slot = atoul(row[1]);
|
||||||
ml.item = atoul(row[2]);
|
ml.charges = atoul(row[2]);
|
||||||
ml.charges = atoul(row[3]);
|
ml.item = atoul(row[3]);
|
||||||
ml.origslot = ml.slot;
|
ml.origslot = ml.slot;
|
||||||
cur->second.push_back(ml);
|
cur->second.push_back(ml);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user