public
Description: WoW Addon - Prospecting and Disenchanting Aide
Homepage: http://www.tekkub.net
Clone URL: git://github.com/tekkub/panda.git
Click here to lend your support to: panda 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/Panda@549 
86fe6d9a-1522-0410-a387-bf9db416f0a0
tekkub (author)
Thu Sep 27 02:24:29 -0700 2007
commit  b1e38940d9a1070f9e0ccdc131e5471c13d439da
tree    0f18e0c4302e90a35887da7a5e5cb820c6aa1f8a
parent  fd42034489b9b74ada0f4d8d28f665353c01e6e8
...
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: Panda
0
 ## Notes: Prospecting and Disenchanting Aide

Comments

    No one has commented yet.