public
Description: WoW Addon - Handles all your mount & travel-form needs
Homepage: http://www.tekkub.net/
Clone URL: git://github.com/tekkub/mountme.git
Click here to lend your support to: mountme and make a donation at www.pledgie.com !
TOC and embed updates across the board

git-svn-id: http://tekkub-wow.googlecode.com/svn/trunk/MountMe@549 
86fe6d9a-1522-0410-a387-bf9db416f0a0
tekkub (author)
Thu Sep 27 02:24:29 -0700 2007
commit  883c3b01d26d8a2ce5e6fb1ce7f1886359ae8b2a
tree    f84372142875b4f7d77d7b9b9682c3efec844ab3
parent  127e5edf9de070d2c26a8ecaff15ce42734b2606
...
155
156
157
158
 
159
160
161
...
898
899
900
901
 
902
903
904
...
155
156
157
 
158
159
160
161
...
898
899
900
 
901
902
903
904
0
@@ -155,7 +155,7 @@ end
0
 ---------------------------------------------------------------------------]]
0
 
0
 local major = "Dongle-1.0"
0
-local minor = tonumber(string.match("$Revision: 371 $", "(%d+)") or 1) + 500
0
+local minor = tonumber(string.match("$Revision: 612 $", "(%d+)") or 1) + 500
0
 -- ** IMPORTANT NOTE **
0
 -- Due to some issues we had previously with Dongle revision numbers
0
 -- we need to artificially inflate the minor revision number, to ensure
0
@@ -898,7 +898,7 @@ function Dongle.GetProfiles(db, t)
0
 end
0
 
0
 function Dongle.GetCurrentProfile(db)
0
- assert(e, databases[db], string.format(L["MUST_CALLFROM_DBOBJECT"], "GetCurrentProfile"))
0
+ assert(3, databases[db], string.format(L["MUST_CALLFROM_DBOBJECT"], "GetCurrentProfile"))
0
   return db.keys.profile
0
 end
0
 
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-## Interface: 20100
0
+## Interface: 20200
0
 
0
 ## Title: Mount Me!
0
 ## Notes: Handles all your mount & travel-form needs

Comments

    No one has commented yet.