mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Profiler/RaidTracker
* ALL the Raids .. track em
This commit is contained in:
@@ -33,7 +33,11 @@ class Profiler
|
||||
19 => [INVTYPE_TABARD], // tabard
|
||||
);
|
||||
|
||||
public static $raidProgression = array( // statisticAchievement => relevantCriterium
|
||||
public static $raidProgression = array( // statisticAchievement => relevantCriterium ; don't forget to enable this in /js/Profiler.js as well
|
||||
1361 => 5100, 1362 => 5101, 1363 => 5102, 1365 => 5104, 1366 => 5108, 1364 => 5110, 1369 => 5112, 1370 => 5113, 1371 => 5114, 1372 => 5117, 1373 => 5119, 1374 => 5120, 1375 => 7805, 1376 => 5122, 1377 => 5123, // Naxxramas 10
|
||||
1367 => 5103, 1368 => 5111, 1378 => 5124, 1379 => 5125, 1380 => 5126, 1381 => 5127, 1382 => 5128, 1383 => 7806, 1384 => 5130, 1385 => 5131, 1386 => 5132, 1387 => 5133, 1388 => 5134, 1389 => 5135, 1390 => 5136, // Naxxramas 25
|
||||
2856 => 9938, 2857 => 9939, 2858 => 9940, 2859 => 9941, 2861 => 9943, 2865 => 9947, 2866 => 9948, 2868 => 9950, 2869 => 9951, 2870 => 9952, 2863 => 10558, 2864 => 10559, 2862 => 10560, 2867 => 10565, 2860 => 10580, // Ulduar 10
|
||||
2872 => 9954, 2873 => 9955, 2874 => 9956, 2884 => 9957, 2875 => 9959, 2879 => 9963, 2880 => 9964, 2882 => 9966, 2883 => 9967, 3236 => 10542, 3257 => 10561, 3256 => 10562, 3258 => 10563, 2881 => 10566, 2885 => 10581, // Ulduar 25
|
||||
1098 => 3271, // Onyxia's Lair 10
|
||||
1756 => 13345, // Onyxia's Lair 25
|
||||
4031 => 12230, 4034 => 12234, 4038 => 12238, 4042 => 12242, 4046 => 12246, // Trial of the Crusader 25 nh
|
||||
@@ -44,10 +48,10 @@ class Profiler
|
||||
4641 => 13092, 4655 => 13105, 4660 => 13109, 4663 => 13112, 4666 => 13115, 4669 => 13118, 4672 => 13121, 4675 => 13124, 4678 => 13127, 4681 => 13130, 4683 => 13133, 4687 => 13136, // Icecrown Citadel 25 nh
|
||||
4640 => 13090, 4654 => 13104, 4659 => 13110, 4662 => 13113, 4665 => 13116, 4668 => 13119, 4671 => 13122, 4674 => 13125, 4677 => 13128, 4680 => 13131, 4684 => 13134, 4686 => 13137, // Icecrown Citadel 10 hc
|
||||
4639 => 13089, 4643 => 13093, 4644 => 13094, 4645 => 13095, 4646 => 13096, 4647 => 13097, 4648 => 13098, 4649 => 13099, 4650 => 13100, 4651 => 13101, 4652 => 13102, 4653 => 13103, // Icecrown Citadel 10 nh
|
||||
// 4823 => 13467, // Ruby Sanctum 25 hc
|
||||
// 4820 => 13465, // Ruby Sanctum 25 nh
|
||||
// 4822 => 13468, // Ruby Sanctum 10 hc
|
||||
// 4821 => 13466, // Ruby Sanctum 10 nh
|
||||
4823 => 13467, // Ruby Sanctum 25 hc
|
||||
4820 => 13465, // Ruby Sanctum 25 nh
|
||||
4822 => 13468, // Ruby Sanctum 10 hc
|
||||
4821 => 13466, // Ruby Sanctum 10 nh
|
||||
);
|
||||
|
||||
public static function getBuyoutForItem($itemId)
|
||||
|
||||
Reference in New Issue
Block a user