WoWCenter.pl
wikass zabił Mythrax the Unraveler (Normal Uldir) po raz 2.     
kuturin zdobył 7th Legionnaire's Cuffs.     
Nikandra spełnił kryterium Loot 200,000 gold osiągnięcia Got My Mind On My Money.     
Tooly zdobył Fairweather Helm.     
Muattin zdobył osiągnięcie The Dirty Five.     
Yoozku zdobył Parrotfeather Cloak.     
Mlody89 zdobył Royal Apothecary Drape.     
Weakness zabił Dazar, The First King (Mythic King's Rest) po raz 6.     
liq spełnił kryterium osiągnięcia Saving for a Rainy Day.     
Osiol spełnił kryterium osiągnięcia Saving for a Rainy Day.     
Wuntu zabił Zek'voz, Herald of N'zoth (Heroic Uldir) po raz 1.     
Olsa zabił Vectis (Heroic Uldir) po raz 6.     
Sarenus spełnił kryterium osiągnięcia Saving for a Rainy Day.     
kajtasus zdobył osiągnięcie Come Sail Away.     
ossir spełnił kryterium osiągnięcia Saving for a Rainy Day.     
mcpablo spełnił kryterium Alliance players slain. osiągnięcia Frontline Slayer.     
Emmm zabił Taloc (Heroic Uldir) po raz 17.     
AsaGorth spełnił kryterium Big-Mouth Clam osiągnięcia The Oceanographer.     

Vester

Progression broken?” wysłany:
My kills of Will of the Emporer and Sha of Fear have gone bybye. I have the cutting edge FoS's but no kills in my progression feed :(
Raid progression, duplicate bosses?” wysłany:
Happy Friday! Came into the office today to find a pipe had burst and was flooding into my server room! No equipment was damaged (thankfully), and the mess has been cleaned up. Now, onto my real question:

Here's a sample of data pulled from the API regarding raid progression. I'm trying to create a simple: Mogo'shan Vaults 2/6 type of notification on the site, but determining the boss numbers is difficult when one is posted twice :(

I had an issue with Firelands during Cata because Heroic Ragnaros is considered his own boss. A similar issue presented it self with Sinestra in BoT. In instances where I know this is happening I do some extra massaging of the data to mention what bosses are heroic only. Now I've run into a similar issue with Heart of Fear:


Array
(
[0] => Array
(
[name] => Imperial Vizier Zor'lok
[normalKills] => 0
[heroicKills] => 0
[id] => 62980
)

[1] => Array
(
[name] => Blade Lord Ta'yak
[normalKills] => 0
[heroicKills] => 0
[id] => 62543
)

[2] => Array
(
[name] => Garalon
[normalKills] => 0
[heroicKills] => 0
[id] => 62164
)

[3] => Array
(
[name] => Wind Lord Mel'jarak
[normalKills] => 0
[heroicKills] => 0
[id] => 62397
)

[4] => Array
(
[name] => Amber-Shaper Un'sok
[normalKills] => 0
[heroicKills] => 0
[id] => 62511
)

[5] => Array
(
[name] => Grand Empress Shek'zeer
[normalKills] => 0
[heroicKills] => 0
[id] => 62837
)

[6] => Array
(
[name] => Garalon
[normalKills] => 0
[heroicKills] => 0
[id] => 63191
)

)


As you can see, at the end of the array I'm getting an extra Garalon, with a different ID even. Any insite would be greatly appreciated.
Guild Rewards and Battle Standards” wysłany:
I'm updating the Rewards page on my guild's site and trying to filter out the battle standards. It seems that the achivements for both the horde and alliance version of these achievements have a factionId of 2. Is this intended?
Guild API not displaying monk specs?” wysłany:
I've come across the following discrepancy in the guild api


{
"character": {
"name": "Tigglebittíe",
"realm": "Draenor",
"battlegroup": "Cyclone",
"class": 2,
"race": 1,
"gender": 1,
"level": 87,
"achievementPoints": 11755,
"thumbnail": "draenor/65/79801153-avatar.jpg",
"guild": "Maelstrom",
"spec": {
"name": "Protection",
"role": "TANK",
"backgroundImage": "bg-paladin-protection",
"icon": "ability_paladin_shieldofthetemplar",
"description": "Uses Holy magic to shield himself and defend allies from attackers.",
"order": 1
}
},
"rank": 7
},
{
"character": {
"name": "Vester",
"realm": "Draenor",
"battlegroup": "Cyclone",
"class": 10,
"race": 4,
"gender": 1,
"level": 90,
"achievementPoints": 9680,
"thumbnail": "draenor/227/79817699-avatar.jpg",
"guild": "Maelstrom"
},
"rank": 0
},

The first character, Tiggle, is a paladin and we can see her spec is listed in the feed, however Vester, a monk, does not have the spec listed.
Professions API” wysłany:
I would love, love, LOVE!!!!!! an addition to the api where we could pull all of the available recipes to compare to the one's we've learned so that I can tell my guild's crafters what's left for them to work on!

PLEASE!!