* Updated interface number
James Whitehead II [06-02-09 - 19:44]
* Updated interface number
* Fixed an issue with slash commands when not using AddonLoader
diff --git a/WowLua.lua b/WowLua.lua
index 4ba5b2a..3ef272b 100644
--- a/WowLua.lua
+++ b/WowLua.lua
@@ -649,6 +649,8 @@ function WowLua:SetTitle(modified)
WowLuaFrameTitle:SetFormattedText("%s%s - WowLua Editor", entry.name, self:IsModified() and "*" or "")
end
+SLASH_WOWLUA1 = "/lua"
+SLASH_WOWLUA2 = "/wowlua"
local first = true
SlashCmdList["WOWLUA"] = function(txt)
local page, entry = WowLua:GetCurrentPage()
diff --git a/WowLua.toc b/WowLua.toc
index cae5773..22037ca 100644
--- a/WowLua.toc
+++ b/WowLua.toc
@@ -1,4 +1,4 @@
-## Interface: 30000
+## Interface: 30100
## Title: WowLua
## Version: wowi:revision
## Author: Cladhaire