diff Core.lua @ 180:05b4f8ad6445

Added some comments. Nothing more.
author Zerotorescue
date Sun, 30 Jan 2011 15:44:27 +0100
parents a44a4147b34f
children 5cee31b1418a
line wrap: on
line diff
--- a/Core.lua	Sun Jan 30 15:40:53 2011 +0100
+++ b/Core.lua	Sun Jan 30 15:44:27 2011 +0100
@@ -7,7 +7,7 @@
 local floor, print, pairs, tonumber = _G.floor, _G.print, _G.pairs, _G.tonumber;
 
 --@debug@
-local addonRevision = 1;
+local addonRevision = 1; -- used to update the database whenever required
 --@end-debug@
 --[===[@non-debug@
 local addonRevision = @project-revision@;
@@ -204,6 +204,7 @@
 					values.minimumStock = nil;
 				end
 			end
+			-- end of old version which didn't have version numbers recorded
 		end
 		
 		-- Remember the version of our database