Prep fo craft Histoy

His Dad [06-23-15 - 08:58]
Prep fo craft Histoy
Filename
history.lua
diff --git a/history.lua b/history.lua
index 93ed654..d027038 100644
--- a/history.lua
+++ b/history.lua
@@ -1,6 +1,6 @@
 hist = {
 	name = "history",
-	version = "beta-9",
+	version = "10",
 	initialised = false,
 	SV={},
 	L={},
@@ -311,6 +311,9 @@ function hist.Initialise(_, addOnName)
 		if 	hist.me.levels == nil then
 		hist.me.levels = {}
 		end
+		if 	hist.me.craft == nil then
+		hist.me.craft  = {}
+		end
 		if hist.me.maps == nil then
 			hist.me.maps = {}
 		end