diff Classes/ContainerItem.class.lua @ 119:dc6f405c1a5d

Now resizing the mover frame based on text size. addon.Locations table now uses location names as value, rather than random numbers. Added proper Merchant restocking support. Please note this currently doesn?t take the bonus queue nor the min crafting queue options into account.
author Zerotorescue
date Sat, 15 Jan 2011 17:03:05 +0100
parents 239e25a058c7
children
line wrap: on
line diff
--- a/Classes/ContainerItem.class.lua	Sat Jan 15 16:24:39 2011 +0100
+++ b/Classes/ContainerItem.class.lua	Sat Jan 15 17:03:05 2011 +0100
@@ -14,6 +14,7 @@
 	-- Standard info everything needs
 	self.totalCount = 0;
 	self.locations = {};
+	self.price = nil; -- usually unused
 	
 	return self;
 end