public
Description: WoW Addon - Automatically restock items from vendors and your bank
Homepage: http://www.tekkub.net
Clone URL: git://github.com/tekkub/stealyourcarbon.git
Click here to lend your support to: stealyourcarbon and make a donation at www.pledgie.com !
Initial info for cross-buying water
tekkub (author)
Sat Feb 23 00:26:43 -0800 2008
commit  a6d5c303b8c1728092c6113d4de2d0aaa692bb7a
tree    efa51f2540dff917dbdc9b8a68cd7e35f0c8cf6a
parent  a3a8c975a5824fbb41fdfadb6be4cacd1cd23f36
...
18
19
20
 
 
 
 
 
 
 
 
 
21
22
23
...
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
0
@@ -18,6 +18,15 @@ local ids = setmetatable({}, {__index = function(t,i)
0
 end})
0
 
0
 
0
+local water = {
0
+ [65] = "33042,32668,29395,27860,29401",
0
+ [60] = "28399,29454",
0
+ [35] = "1645,19300",
0
+ [15] = "19299,1205",
0
+ [5] = "17404,1179",
0
+}
0
+
0
+
0
 -------------------------------------------
0
 -- Namespace and all that shit --
0
 -------------------------------------------

Comments

    No one has commented yet.