wowget 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/wowget.rb +1 -1
- data/lib/wowget/item.rb +2 -2
- metadata +1 -1
data/lib/wowget.rb
CHANGED
data/lib/wowget/item.rb
CHANGED
@@ -104,8 +104,8 @@ module Wowget
|
|
104
104
|
2 => {:name => 'Leather', :slug => 'leather', :inventoryslots => true},
|
105
105
|
3 => {:name => 'Mail', :slug => 'mail', :inventoryslots => true},
|
106
106
|
4 => {:name => 'Plate', :slug => 'plate', :inventoryslots => true},
|
107
|
-
6 => {:name => 'Shields', :slug => 'shields'
|
108
|
-
11 => {:name => 'Relics', :slug => 'relics
|
107
|
+
6 => {:name => 'Shields', :slug => 'shields'},
|
108
|
+
11 => {:name => 'Relics', :slug => 'relics}
|
109
109
|
},
|
110
110
|
'Trade Goods' => {
|
111
111
|
1 => {:name => 'Parts', :slug => 'parts'},
|