public
Description: WoW Addon - Echos quest objective completion to your party
Homepage: http://www.tekkub.net
Clone URL: git://github.com/tekkub/quecho.git
Click here to lend your support to: quecho 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/Quecho@549 
86fe6d9a-1522-0410-a387-bf9db416f0a0
tekkub (author)
Thu Sep 27 02:24:29 -0700 2007
commit  cd411e8aa7d9f89a611632af204f12b65eb19f4d
tree    668ffbc314a3d6406a7246a8c6320cc4851f304b
parent  8be545c6a7cff910ff579f992bca983e7a270712
...
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: Quecho
0
 ## Notes: Echos quest objective completion to your party

Comments

    No one has commented yet.