From 18f532e3d09233e8f3bca2bbf16c5cdfa396c0c2 Mon Sep 17 00:00:00 2001 From: Ackis Date: Mon, 8 Dec 2008 16:23:05 +0000 Subject: [PATCH] Update dataminer to assign class flags for DK, as well the new engineering goggles --- ARLDataminer.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ARLDataminer.rb b/ARLDataminer.rb index aaecb0b..bd40a72 100644 --- a/ARLDataminer.rb +++ b/ARLDataminer.rb @@ -2665,6 +2665,17 @@ EOF 41319 => {:id => "class", :type => [22]}, 41320 => {:id => "class", :type => [24, 26, 29]}, 41321 => {:id => "class", :type => [26]}, + 56465 => {:id => "class", :type => [24, 26, 29]}, + 56480 => {:id => "class", :type => [21, 25, 30]}, + 56481 => {:id => "class", :type => [22]}, + 56483 => {:id => "class", :type => [21, 25, 30]}, + 56484 => {:id => "class", :type => [24, 26, 29]}, + 56486 => {:id => "class", :type => [22]}, + 56487 => {:id => "class", :type => [27]}, + 56574 => {:id => "class", :type => [23, 27]}, + 61481 => {:id => "class", :type => [22, 28]}, + 61482 => {:id => "class", :type => [23, 27]}, + 61483 => {:id => "class", :type => [21, 25, 30]}, 8895 => {:id => "specialty", :type => 20222}, 12715 => {:id => "specialty", :type => 20222}, 12716 => {:id => "specialty", :type => 20222}, -- 1.7.9.5