SphereServer BugTracker - SphereServer
View Issue Details
0002371SphereServerexecutable - windows buildpublic01-07-14 19:2101-07-14 22:49
Coruja 
Ben 
normalminoralways
resolvedfixed 
 
0.56c Nightly 
Not Available
None
None
0002371: Vendor sell template using DESC order instead ASC
It's a small bug, but still here for years. The vendor sell template always generete the item list using DESC order instead ASC

[TEMPLATE VENDOR_S_LOL]
SELL=i_item1,{10 20}
SELL=i_item2,{10 20}
SELL=i_item3,{10 20}

The template will generate this item list on the vendor:
-Item 3
-Item 2
-Item 1

But the correct order must be:
-Item 1
-Item 2
-Item 3
No tags attached.
Issue History
01-07-14 19:21CorujaNew Issue
01-07-14 22:49BenNote Added: 0002315
01-07-14 22:49BenStatusnew => resolved
01-07-14 22:49BenFixed in Version => 0.56c Nightly
01-07-14 22:49BenResolutionopen => fixed
01-07-14 22:49BenAssigned To => Ben

Notes
(0002315)
Ben   
01-07-14 22:49   
I have managed to fix this by changing the order in which a container is filled.
This may affect other things, but hopefully nothing important :)
I can't think of anything that it would affect, but you never know...