Mercurial > wow > libmoduledbshare-1-0
diff LibModuleDBShare-1.0/LibModuleDBShare-1.0.lua @ 3:e56e38558864
Initial file structure.
| author | Thnan <> |
|---|---|
| date | Fri, 08 Mar 2013 03:51:05 -0500 |
| parents | |
| children | 6ea3069a629f |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LibModuleDBShare-1.0/LibModuleDBShare-1.0.lua Fri Mar 08 03:51:05 2013 -0500 @@ -0,0 +1,4 @@ +local MAJOR, MINOR = "LibModuleDBShare-1.0", 1 +local LibModuleDBShare, oldminor = LibStub:NewLibrary(MAJOR, MINOR) + +if not LibModuleDBShare then return end -- No upgrade needed \ No newline at end of file
