Tuesday 27 November 2007

Linking to World of Warcraft items from Blogger (Revisited)

Some time ago I wrote a simple piece of HTML/Javascript to produce item tooltips driven by Allakhazam. I'm pleased to retire this script in favor of some new code from Wowhead.

The simple instructions are here and are summarised below:

1). Add this piece of HTML code anywhere on your page:
<script src="http://www.wowhead.com/widgets/power.js"></script>

2). Add a regular HTML link to an item in Wowhead, example:
<a class="q5" href="http://www.wowhead.com/?item=19019">Thunderfury, Blessed Blade of the Windseeker</a>

Tuesday 13 November 2007

Questions & Answers (Updated)

To answer as many questions as possible I decided to write a new post, I will update and re-post this page as I answer more questions.

Q. How do you collect this data?
A. I’ve alluded to the way I collect the data in previous posts. I have written a specialised piece of software specifically to data mine the Armory and other sites. For example, to get it started I can point it at the Armory Arena Ladder pages where all participating teams are listed. For each Arena Team the team member characters are fetched, if they are guilded then the guild list is fetched and all guild members are retrieved. This technique has some problems; players that are not guilded and not part of an arena team are ‘invisible’. I have thought about different ways to counter this but I’m pretty satisfied that the data is representative anyway.

Q. Do you use the ‘last modified’ or ‘last logged in’ parameters to determine if the character is still used?
A. I record all that information but I don’t discriminate against ‘stale’ characters, if you look at the ‘Level Count’ in my earlier post you will see a huge bump at level 60 denoting people who haven’t yet upgraded to The Burning Crusade but also characters that haven’t been played in some time.

Q. Can you produce reports for levels 20, 40, 60 as well as level 70?
A. Absolutely, this is something I really want to get to do. Presenting it is my only sticking point, I will be including levels 1-70 in charts where possible. See the two graphs below for an example of what I am working on producing in the future.

Note: These charts are produced from a tiny subset of data just to test out my charting software. Interestingly, the 'Talent Spec Balance' chart illustrates that for Priests, Shadow is the best levelling spec but the balance quickly switches over to Holy from level 68/69 as Priests become more in demand as healers.

Q. Can you segment your data by Arena Rating / Gear Rating / PvP Kills?
A. Yes, I probably can but at the moment I am concentrating on updating my basic class-specific reports. Arena Rating and PvP Kills are easy to build discriminators on and I have worked on mechanism to segment level 70’s by their ‘gear rating’ (just dinged 70, casual & raider).

Q. Why is realm (name) missing from your stats?
A. I have not included all realms yet, in Europe for example I have not picked up any of the non-English realms.

Q. How are you getting data from levels 1-9, Armory don’t show that?
A. The Armory *used* to show low level characters, I noticed them disappear mid-October. So I still have a lot of 1-9 character data, during each refresh I try to fetch these character pages anyway should they reach level 10 or higher then I will get updated data for them.

Q. Can you show a breakdown of levels/classes by battlegroup, realm, realm type, and Horde / Alliance balance at 70?
A. Absolutely, it has officially been added to my TODO list.

Q. Can you profile most popular classes in arena teams and group them by their rating?
A. Absolutely, this too has officially been added to my TODO list.

Q. Can you breakdown your class-specific stats by faction to see if racials make a difference in class choice for each faction?
A. Yes, this is doable too I’ve kept as much data as possible with a view to do ever more sophisticated reports with it.

UPDATE 13th November 2007

Q. Can you track population changes over time, for example talent balances as patches change dynamics in the game?
A. Yes, originally I wanted to keep full revision history for each character, each time my spider would fetch their character page an 'xml diff' of changes would be stored. Instead, I chose to export my reports in an XML format - not the abstracted percentages you see here but raw numbers, the idea being I could compare reports to show the high-level changes over time. I have this in a limited form for patch 2.1 (May 2007), much richer information since patch 2.2 (Sept 2007) and eventually I will be able to publish the shifts from patch 2.2 to 2.3.

Q. What hardware do you run this on?
A. The spider software, database server, file-storage and report generation is all running from one of my old servers at the moment. Spidering is not particularly intensive as its a fairly slow process. To be specific the machine is a Dual AMD MP 2000+ (1.67Ghz), 2Gb PC2100 DDR RAM, 2x18Gb SCSI discs and 250Gb IDE disc, its running Redhat Linux 9 the only non-standard thing is that the XML repositiory is on a ReiserFS partition. Backup-wise, I have a full mirror of all the data on my home RAID5 partition.

Q. Do your computations take forever?
A. It depends on the type of report, for example the Realm Balance reports are all done using information in the database and take around 5 minutes to run. The reports that breakdown details on characters obviously require the XML character sheets and take much longer; these are done in phases.
   1). Select a list of desired characters from the database by class, level etc.
   2). Iterate through each character, fetch the XML sheet and extract all the required information and add it to a temporary 'report' table in the database.
   3). Use the 'report' table to produce stats, this step can be repeated without re-doing the first two allowing me to develop the reports without having to re-fetch all the data.
This process runs at about 250,000 characters per hour.

Q. Have Blizzard contacted you about the load / bandwidth you are generating?
A. No, Blizzard have not contacted me about the load my spider generates. I invested more time in the 'collector' aspect of the spider than any other part; there is a lot of timing / delays / caching which prevent it from producing a crippling load. The spider supports a huge range of HTTP/1.1 features including things like If-Modified-Since and Accept-Encoding compression if the Armory servers choose to honor them, its User-Agent string clearly identifies this project and a link to this blog and lastly, all traffic comes from a single IP.
Interestingly, over at The Build Mine Kuroshiro spotted a notice on the Armory updates page saying "... third-party sites that mine Armory data may need to make adjustments to account for the new file configurations ..." which implies they are aware of mining projects but for the moment haven't explicitly banned them.

Q. Why do you use an apostrophe to pluralize your class names in the chart titles?
A. Because at the time the apostrophe provided an easy way to separate my PHP variable name from the "s" (see code) which I have recently fixed.

Q. Can you show the Realm Balance reports but only for level 70 characters?
A. Yes, I just posted it.

Q. Can you determine how many Arena Teams are going to be included / disqualified by the tighter rules for titles "20 games played and at least one person with 20% of the total games played" ?
A. Yes, this too has officially been added to my TODO list.


If you have any questions / comments, feel free to post here or email me :)

Realm Balance (Level 70 Only) - 1st November 2007

Due to popular request, this is a re-run from the same data set as my last Realm Balance post however only level 70 characters are included.

Alliance AllianceHorde Horde
RealmDruidHunterMagePaladinPriestRogueShamanWarlockWarriorDruidHunterMagePaladinPriestRogueShamanWarlockWarriorAllianceHordeTotal
EU Aegwynn10.7%10.7%14.2%10%12.8%10.6%4.8%10.8%15.5%8.3%9.6%14.2%6.4%12.1%10.9%11.2%11.9%15.3%62.3%37.7%4,270
EU Aerie Peak8.9%14.1%14.3%13.4%10.3%10.3%3.5%9.7%15.4%8.8%13.3%13.1%5.4%11%10.4%9.8%11.8%16.4%68.7%31.3%2,840
EU Agamaggan10%13.8%13.3%12.3%11.6%11.2%3.2%9.9%14.6%7.9%10.9%13%6%11.7%12.5%11.2%11.9%14.9%48.7%51.3%3,482
EU Aggramar11.4%11.6%13.8%11.5%13.2%11%3.4%9.9%14.2%9.4%11.9%15.1%4.6%10.5%10.7%10.9%11.5%15.3%58.4%41.6%4,866
EU Ahn'Qiraj11.2%11.2%14.8%10.2%10.8%11.9%4.4%11.1%14.4%9.4%9.6%14.1%5.3%11.9%12.7%10.9%12.4%13.7%49.7%50.3%3,461
EU Al'Akir11.1%10.2%13.5%11%12%12.5%4.9%10.7%14.2%8.9%9.2%13.2%6.6%11.4%13%11.1%11.6%14.9%47.9%52.1%6,670
EU Alexstrasza10%12.3%15.8%10.3%12.9%10.4%3.2%10.2%14.9%9%11.6%13.7%4.1%12.1%10.5%11.9%11.7%15.3%69%31%6,183
EU Alleria9.8%12.3%16.4%10.4%12.7%10.7%3.3%9.8%14.6%9.4%12.4%15.1%5%11.1%10.3%10.4%11.6%14.8%71.2%28.8%6,340
EU Alonsus10.3%17.4%12.6%11.1%9%9.7%2.9%10.4%16.5%7.7%13.8%13.7%5.5%10.6%11%9.1%13.5%15.1%67.5%32.5%3,081
EU Aman'Thul9.9%12%15.3%10.6%12.8%10.3%3.7%10.9%14.5%8.1%11.6%15.9%5.1%12.2%10.8%10.3%11.5%14.5%69.9%30.1%4,272
EU Ambossar9.6%13.2%15%10.8%11.4%8.6%4.3%11.5%15.6%7.5%12.5%14.6%6.1%11%8.7%11.5%12.9%15.3%62%38%2,468
EU Anachronos10.2%13.5%14.8%12%11.3%10.8%4.1%8.9%14.3%8.6%12.1%14.3%4.8%10.8%10.9%11.2%12.5%14.7%59.8%40.2%3,339
EU Anetheron10.6%11.1%16.6%11.1%11.4%10.7%3.7%10.1%14.7%7.8%9.6%15%5.7%13.2%10.7%11.3%11.1%15.5%48%52%3,408
EU Antonidas9.6%12.3%16.5%10.4%12.8%10.7%3.5%9.9%14.2%8.4%12.1%14.8%4%11.3%10.6%11.4%12.6%14.9%73%27%6,196
EU Anub'arak9.4%10%14.9%9.7%13.5%10.7%4.2%12%15.5%8.4%10.4%14.2%5.5%11.9%10.7%10.6%12.2%16%47.2%52.8%4,258
EU Arathi11.4%13%14.4%11.1%9.6%12.4%3.1%10.1%15%8.2%12.1%12.2%4.8%10.9%12.3%11.9%13.5%14%44.7%55.3%2,084
EU Arathor10.4%11.8%15.1%10.6%12%12%4.3%9.9%13.9%9.5%11.8%13.3%5.3%11.9%10.3%11.6%11.2%15.1%69.1%30.9%5,479
EU Archimonde9.5%10.1%14.6%10.9%12.2%11.9%4.9%9.6%16.3%9.1%8.5%13.9%7.4%12.9%12.1%11.1%11.1%14%47.6%52.4%4,641
EU Argent Dawn10.9%11.6%14.3%11.4%11.6%11.4%4.3%10.3%14.2%9.2%10.1%12.7%5.6%11.2%11.4%12%12.2%15.6%63.3%36.7%5,863
EU Arthas9.9%11.3%15.1%10%13.1%11.1%4.4%9%16.2%8.5%9.6%13.8%5.9%12.5%11.3%11.5%12.3%14.6%64.4%35.6%5,165
EU Arygos10.6%15.5%14.3%10.3%10.7%8.9%3.4%10.5%15.8%7.9%13.3%13.8%5.6%12.1%9%9.6%12.5%16.2%65.5%34.5%2,615
EU Aszune10.8%12.3%14.9%11.2%12.6%10.1%3.9%9.9%14.2%9.9%11.4%14.1%5.6%12.3%10.3%10.7%11.5%14.2%62.4%37.6%4,988
EU Auchindoun10.1%14.5%11.2%11%10.3%13.5%6.2%9.2%14.2%8%11.1%14.4%8.7%11.6%13.7%9.5%12.1%10.9%38.9%61.1%1,451
EU Azjol-Nerub10.5%12.3%14.2%10.5%11.7%12.2%3.5%10.4%14.7%8.8%11.2%13.3%5.2%12.4%10.6%11.6%12.7%14.3%69.1%30.9%5,808
EU Azshara10.2%10%15.4%10.6%13.4%11.2%4.7%9.8%14.6%8.9%9.4%14.4%5.9%12.7%10.7%11.2%10.9%15.8%53.2%46.8%5,250
Alliance AllianceHorde Horde
RealmDruidHunterMagePaladinPriestRogueShamanWarlockWarriorDruidHunterMagePaladinPriestRogueShamanWarlockWarriorAllianceHordeTotal
EU Baelgun10.7%12.6%14.9%10%11.9%11.7%3.7%10.2%14.4%8.6%12%15.2%4.6%11.2%12%11.8%9.8%14.8%70.4%29.6%5,798
EU Balnazzar10.6%10.8%14.2%10.8%11.5%12.4%5.2%10%14.5%8.4%9.8%13.2%5.5%12%13.2%11.7%12.1%14.2%49.2%50.8%4,947
EU Blackhand10%11.9%16.5%10%12.6%10.7%3.9%10.1%14.4%8.4%10.8%15.8%5.4%12.4%10.1%11.6%11.6%13.9%60.5%39.5%5,774
EU Blackmoore9.3%10.4%15%10.3%12.2%11.6%4.7%11%15.3%9.6%9.4%14.6%6%12.6%10.8%10.5%11.1%15.4%58.9%41.1%4,859
EU Blackrock9.5%10.6%15.5%9.7%13%11.7%3.8%10.9%15.3%9.3%9.3%13.7%5.1%12.9%11.8%11.1%11.5%15.3%53.6%46.4%5,882
EU Bladefist11.4%11.6%13.2%12.6%11.3%11.5%3.7%10.7%14.1%8.2%9.9%14%4.7%11.1%12.3%11.3%13.9%14.5%48.1%51.9%2,734
EU Bloodfeather9.7%10.6%14.6%11.5%12.3%12%5.1%9.8%14.4%8.9%9.6%14.4%6.3%12.4%12.2%10.2%11.5%14.4%45%55%4,432
EU Bloodhoof10.9%12.2%14.8%10.6%12.3%11.6%3.6%9.9%14.1%10.5%11.8%13.4%5.2%11.7%10.7%11.1%11%14.5%69%31%5,921
EU Bloodscalp10.9%10.8%14%12.1%11.2%11.9%5.2%10.2%13.7%9.5%10%12.7%6.6%12%12.4%10.1%11.2%15.4%45%55%5,178
EU Blutkessel8.4%9.2%14.6%13.2%11.5%11.5%7.6%8.1%16%6.7%9.5%16.5%9.6%11.8%11.5%8.4%12.8%13.4%26.3%73.7%1,359
EU Boulderfist10.9%10.6%14.4%9.9%11.6%12.7%4.6%11.3%14%8.3%9%14.6%7.4%10.7%11%11.4%13.2%14.3%49.6%50.4%3,234
EU Bronze Dragonflight9.7%14%15.4%11.3%12%10.5%3.4%9.8%13.8%9.4%13.7%11.6%6.7%9.5%11.6%9%14%14.6%64.5%35.5%2,581
EU Bronzebeard10.1%13.5%13.7%11.3%12.2%11.2%4.3%9.3%14.3%8.1%13.3%13%4.8%11.3%10.3%13.2%11%15.1%65.3%34.7%3,984
EU Burning Blade10.8%13.4%14.9%11%10.5%11.8%3.7%8.8%15.2%6.8%9.8%13.7%5.5%12.5%12.8%12%12.4%14.6%58.7%41.3%2,410
EU Burning Legion9.7%11.1%14%10.8%12.1%12.1%4.8%10.5%14.9%8.8%9.2%14.4%6.1%11%12.9%10.3%12.5%14.7%55.7%44.3%6,152
EU Burning Steppes9.8%15.1%11.4%11.9%11%11.6%4.1%9.5%15.7%7.4%12.1%14%7.1%11.3%12.9%9.7%13.4%12.3%33.3%66.7%2,029
EU C'Thun11.5%12.9%14%10.7%11.5%11.5%3.8%10.6%13.6%8.7%10.6%14.1%5.9%10.5%12.6%10.9%13.5%13.1%48.1%51.9%6,278
EU Cho'gall10.7%11.8%13.5%10.8%11.5%12.9%4.2%10.3%14.3%8.9%11%12.8%5.7%11.4%13.1%10.7%10.6%15.7%63%37%4,338
EU Chromaggus11.1%11.4%13.4%10.3%11.8%12.9%5%9.6%14.5%9.5%10%13.6%6.3%12.3%11.8%10.6%11.8%14.1%44.2%55.8%4,256
EU Crushridge10.3%12.1%14.6%11.8%10.5%11.1%3.9%12.9%12.8%7.9%9.8%14.9%5.7%11.2%10.5%12.1%13%14.8%52.2%47.8%5,165
EU Culte de la Rive noire8.9%17%13.3%11.8%7.3%12.8%3%10.5%15.4%8.9%10.1%10.8%7.7%12.5%11.6%10.5%13.2%14.7%50.1%49.9%1,620
EU Daggerspine10.4%12.6%14.2%11.6%10.8%13%4.1%10.1%13.3%8.8%11.7%13.1%4.7%12.5%11.3%10.8%12.3%14.9%55.5%44.5%3,425
EU Dalaran10.4%12.7%13.7%10.4%12.5%11.8%4%10.4%14.2%9.6%11%13.2%5.2%12.1%10.5%11%11.8%15.7%64.8%35.2%4,125
EU Dalvengyr10.8%13.2%15.8%8.9%12%11.6%3.4%8.7%15.7%9%9.4%13.5%5.5%11.6%11.9%11.1%12.4%15.6%37.6%62.4%3,256
EU Darkmoon Faire9.4%18.2%12.9%13.7%9.7%9%2.4%8.5%16.1%7.5%18.2%13.4%7.1%7%9.6%9.3%12.1%15.7%69.6%30.4%1,842
Alliance AllianceHorde Horde
RealmDruidHunterMagePaladinPriestRogueShamanWarlockWarriorDruidHunterMagePaladinPriestRogueShamanWarlockWarriorAllianceHordeTotal
EU Darksorrow10.7%10.3%14.2%11.2%11.3%12.4%4.7%10.5%14.7%9%9.9%14.3%6.4%12.1%11.5%11.3%11.6%13.8%54.7%45.3%4,651
EU Darkspear10.2%16.5%12%13.3%9.1%9.5%2.5%10.5%16.4%7.4%13.1%13%6.4%10.9%10.1%10.8%12.4%15.9%66.1%33.9%3,156
EU Das Konsortium9.5%11.6%11.2%14.9%9.5%12.4%5.8%10.7%14.5%7.5%11%16.1%10.5%12.3%12.9%6.7%12%11.1%26.1%73.9%926
EU Das Syndikat10.7%12.6%13%12.2%11.8%11.4%4.3%9.9%14.2%9.2%9.7%14%5.4%12.9%10.4%10.3%12.2%15.9%45.3%54.7%2,729
EU Deathwing11.2%11.6%14.3%10.6%11.5%12.6%4.3%10.4%13.5%9.2%10.4%13.8%5.1%11.4%12.5%11.3%12.6%13.7%48%52%4,651
EU Defias Brotherhood9.8%10.9%14.7%11.4%12.4%12.9%4.8%9%14.2%9.8%10.2%12.7%6%11.9%12.8%11.2%11.3%14.2%43%57%4,116
EU Dentarg10.4%11%13.6%11.1%12.1%12.2%5.2%10.9%13.4%8.6%10.6%13.5%6.3%11.6%12.3%10.2%11.9%15.1%41.4%58.6%3,684
EU Der Mithrilorden8.1%14.2%16%12%9.3%9.5%3.1%10.8%17.1%8.3%12.7%13.7%6.1%9.8%10.3%11.1%13.7%14.4%68.3%31.7%1,869
EU Der Rat von Dalaran10.5%11.8%15.8%10.4%12.2%10.4%4.1%9.9%14.9%9.6%11%12.7%5.9%11.9%9.7%11.4%12.3%15.5%57.6%42.4%2,741
EU Der abyssische Rat11.1%12.9%13.7%11.3%10.8%10.5%4.4%11.3%13.9%8.6%10.1%14.6%5.2%12.2%11.5%9.9%13.6%14.3%50.6%49.4%2,146
EU Destromath9.7%10%15.1%9.8%13.4%11%5.2%9.5%16.3%9%8.8%14.3%6.5%12.8%10.6%11.3%11.2%15.5%45.2%54.8%5,337
EU Dethecus10.9%12.3%15.5%9.7%11.9%10.8%3.7%10.3%14.8%7.9%9.8%14.4%5.3%12.2%11.2%10.8%12.5%15.9%51.8%48.2%5,438
EU Die Aldor11.3%17.3%11.3%11.3%9.5%5.3%3.9%9.9%20.1%7.2%13.2%13.2%11.8%13.9%9.3%6.3%13.7%11.4%39.6%60.4%714
EU Die Arguswacht10.1%12.8%14%10%11.3%11.1%4.6%10.6%15.5%9.8%11.2%13.2%5.5%12.3%12.5%10%11.5%14.1%57.3%42.7%1,634
EU Die Nachtwache9.8%15.2%14.9%11.5%10.5%10.4%4.1%10.1%13.6%8.1%12.2%14.5%5.8%12.4%8.6%10.7%12.5%15.1%60.7%39.3%2,273
EU Die Silberne Hand9.9%12.4%15.2%9.8%12.4%10.7%4.3%10.5%14.9%9.2%10.8%14.4%4.8%12.6%9.5%11%12.1%15.6%70.5%29.5%3,016
EU Die Todeskrallen10.9%11.3%15.2%10.4%12.9%10.3%4.6%10.7%13.7%10.1%9.8%13%7%12%11%11.2%11.3%14.6%49.1%50.9%2,925
EU Die ewige Wacht11.3%13.8%14.9%10.1%12.3%10%3.4%9.9%14.1%6.5%13.1%16.1%5.9%12.6%9.8%11.3%11.8%12.9%74.7%25.3%2,140
EU Doomhammer10.2%12.7%14.1%11.1%11.9%10.1%4%11.2%14.7%8.8%11.4%13.6%5.2%11.3%11.5%11.3%12.6%14.3%65.1%34.9%5,155
EU Draenor11%12.9%13.7%10.2%12.7%11.4%3.2%10.7%14.2%10.1%11.9%13.5%5.3%11.7%9.5%10.3%12.5%15.2%61.5%38.5%5,338
EU Dragonblight11.2%12.8%14.7%11%12.4%11.1%3.5%10.3%13%8.8%12.3%13.3%4.5%12.2%10.9%11.5%11.6%15%61.6%38.4%5,025
EU Dragonmaw11.4%12%13.9%11.3%11.8%12%3.5%11.7%12.5%9.3%10.4%13.2%5.5%11.8%12.1%10.6%12.3%14.8%44.5%55.5%3,647
EU Drak'thul10.4%11%14.2%12.1%11.4%11.5%5.3%9.5%14.6%9%10.9%14.7%6.3%11.6%11.3%12%10.7%13.6%45.9%54.1%5,059
EU Dun Modr10.4%13.5%15.6%11.1%11%11.3%3.3%10.1%13.6%7.9%11.4%15.1%6%10.1%11.8%9.7%13.7%14.2%65%35%5,575
EU Dun Morogh10.2%11.8%15.4%9.8%12.2%9.9%3.9%11.5%15.4%8.7%11.8%15.4%3.9%11.5%10.1%12.4%11.2%15.1%68%32.1%4,000
Alliance AllianceHorde Horde
RealmDruidHunterMagePaladinPriestRogueShamanWarlockWarriorDruidHunterMagePaladinPriestRogueShamanWarlockWarriorAllianceHordeTotal
EU Dunemaul11.4%11.9%14%10.9%11.2%12.7%4.1%10.5%13.3%9.3%10.9%13.8%5.5%11.4%12.6%11.5%11.2%13.8%47%53%5,749
EU Durotan9.7%14.7%14.6%10.6%11.8%9.5%4.3%10.1%14.8%8.1%13.7%14.6%4.9%11.5%9.9%11.5%10.3%15.6%65.8%34.2%3,064
EU Earthen Ring11%11.9%14%11.5%12.1%11.2%3.3%10%15%9.6%11.3%12.6%5.4%11.5%11.1%12%12%14.5%62.6%37.4%4,383
EU Echsenkessel10.3%12.8%13.7%11%11.7%9%7.9%8.1%15.5%7.1%10.4%16.3%8.4%10.7%11.4%7.5%13.3%14.9%39.7%60.3%1,121
EU Eldre'Thalas10.4%10.7%14.7%12.1%12.2%12.9%3.2%9.5%14.4%9.3%11%13.8%5.4%11.5%12.5%11.3%11.5%13.6%46.8%53.2%2,824
EU Elune10.7%11.9%14.9%10.7%13%11%3.3%10.3%14.2%9.5%10.7%14.8%4.8%11.4%11.8%10.5%11.3%15.1%73.4%26.6%3,958
EU Emerald Dream10.6%11.8%14.2%10.8%12.9%11.5%4.4%10.4%13.4%10.5%13.9%13.2%5%10.7%9.6%11.9%10.6%14.5%75.7%24.3%5,245
EU Emeriss10%10.9%13.5%11.8%12%11.8%5.2%10.1%14.7%8.6%10%13.6%6.2%12.5%12.2%10.8%11%15.1%41.2%58.8%4,305
EU Eonar10.1%14.2%13.6%10.9%11.4%9.6%4.6%10.6%15%8.2%12.6%13.9%6.2%10.9%9.9%11.1%12.3%14.9%67%33%3,995
EU Eredar10.6%11.3%14.6%10.3%12.3%12.1%4.3%9.9%14.7%8.6%8.2%15.3%6.6%12.1%10.8%11.2%11.6%15.6%58.4%41.6%4,683
EU Executus10.2%9.8%14.9%10.9%12.1%12.7%4.7%9.7%14.9%9%10.7%13.1%5.5%11.9%11.3%12.2%11.8%14.5%52.8%47.2%3,960
EU Forscherliga11.2%12.3%14.3%11.1%11.4%12.2%3.3%10.3%13.9%9.3%11.7%13.7%4.5%10.8%10%12.4%12.1%15.6%66.2%33.8%4,412
EU Frostmane10.2%11%15.2%10.6%11.6%11.6%5.4%10%14.5%9%9.4%14.1%6.5%12.5%11.7%11%11.2%14.7%50.1%49.9%6,774
EU Frostmourne10.7%11.2%13.8%10.7%12.3%11.3%4.8%10.4%14.7%9.7%8.5%14.2%5.3%12.9%11.4%11%11.4%15.7%59.3%40.7%4,838
EU Frostwhisper11.6%10.6%14%10.9%12.9%11.2%4.8%9.6%14.2%9.3%9.2%13.9%5.8%13.2%11.5%11.5%11.2%14.3%49%51%4,522
EU Frostwolf10.1%9.7%14.8%10.3%13.3%10.9%4.5%10.8%15.6%8.8%9.3%15.6%6.4%13.3%11.1%10.7%10.4%14.4%59.5%40.5%5,505
EU Genjuros11.1%11.6%14.1%10.2%11.5%12.7%4.4%9.9%14.6%8.7%9.6%14.9%5.5%10.5%12.6%11%12.6%14.7%58.6%41.4%4,930
EU Ghostlands7.9%21.3%13.1%12.8%7.4%6.7%4.3%10.5%16%6.8%16.9%11.1%10%8.5%9.4%8.4%16.5%12.3%62.2%37.8%1,827
EU Gilneas10.6%12.8%15.4%9.7%12.3%11.6%3.2%10.4%14.1%9.3%11.8%14.4%4.1%11.4%10.7%12.1%11.5%14.7%68.5%31.5%6,110
EU Gorgonnash10.6%10%15.5%11.2%12.8%12%4.9%9%13.9%9.5%9.4%15%5.7%12.6%11%10.9%11.1%14.8%43%57%4,473
EU Grim Batol10.6%9.7%14%9.8%12.8%12.5%5.7%10.9%14%9.1%9.4%13.4%7.1%12.1%11.5%10.4%12.1%14.9%50.3%49.7%7,371
EU Gul'dan10.7%11%15.6%9.3%12.2%13%3.7%9.6%15%8.3%10%14.1%5.9%11.1%11.8%12.5%10.6%15.7%59.6%40.4%4,125
EU Hakkar10.1%12.5%14.8%11.6%10.4%10.6%4.5%11.1%14.4%8.4%10.4%14.2%5.6%11.4%11.4%11%12.6%15.1%58.7%41.3%5,481
EU Haomarush10.5%10.1%15%10.7%11.4%12%4.4%10.6%15.3%7.9%10.7%14%6.2%11.6%11.9%11.3%11.8%14.7%48.2%51.8%3,705
EU Hellfire9.3%17.3%13.1%13%7.8%8.2%4.2%9.5%17.5%7.6%14.2%12.7%9.8%10.6%9.4%7.9%14.8%12.9%54.4%45.6%1,525
Alliance AllianceHorde Horde
RealmDruidHunterMagePaladinPriestRogueShamanWarlockWarriorDruidHunterMagePaladinPriestRogueShamanWarlockWarriorAllianceHordeTotal
EU Hellscream10%13.1%14.6%11.1%11.6%11.2%3.5%10.1%14.7%9.9%12.4%13.7%4.9%11.5%10.8%11.8%10.4%14.7%65.1%34.9%5,480
EU Hyjal11.2%12.3%14.9%10.8%12.4%11.4%3.4%9.8%13.8%8.7%13.1%13.5%4.1%11.9%10.8%12.1%11%14.9%58.9%41.1%4,264
EU Illidan9.2%10.7%15.2%11.1%12.4%13.2%4.2%10.4%13.6%8.6%10%13.6%5.5%12.4%12%11.6%11.4%14.8%49.9%50.1%3,314
EU Jaedenar10.8%11.4%12.9%11.7%11.5%11.9%4.5%10.8%14.6%8.6%9.2%13.4%6.8%10.9%12.4%11.4%12.4%14.9%46.8%53.2%3,715
EU Kael'thas9.7%11.3%14.7%11.1%12.2%12.3%4.1%9.5%15%9.4%9.5%13.9%5.7%12%11.9%11.2%11.8%14.7%52.6%47.4%4,744
EU Karazhan8%10.1%14.6%13%11.9%11.9%7.3%10.8%12.4%8%10.7%14.6%9.8%10.3%13%8.9%12.1%12.5%27.9%72.1%1,569
EU Kargath9.9%12.6%16.1%10.1%13.1%10.3%3.2%10.3%14.5%9.2%13%13.4%4.2%12.4%10.3%11%11.8%14.8%68.8%31.2%5,892
EU Kazzak10.7%10.6%14.2%9.9%12.4%12.8%5.6%9.8%14.1%8.8%8.6%14.1%7.1%12.2%12.1%10.4%11.5%15.2%50.8%49.2%6,574
EU Kel'Thuzad11.2%10.2%13.9%10.9%13.4%11%4.4%11%14.1%9.3%9.1%15.5%5.6%12.4%10.8%10.6%11.5%15.2%50.1%49.9%3,743
EU Khadgar9.8%14.2%13.8%12.1%11.4%10.6%3.4%9.2%15.5%8.1%12.1%12.8%4.7%12.8%10.8%11.3%12.2%15.4%64.7%35.3%3,791
EU Khaz'goroth10.4%12.2%15.4%10.4%12.9%10.3%3.4%10.1%14.9%9.2%11.8%14.7%5%12%10.1%11.1%11.8%14.2%63.9%36.1%6,440
EU Kil'jaeden11.9%11.2%14.4%9.8%11.6%10.9%4.6%11.1%14.5%8%8.9%14.5%6.2%12.3%10.5%11.6%12%16%56.6%43.4%3,331
EU Kilrogg10.3%14.1%13.2%11.5%11.3%10.5%3.5%9.8%15.8%8.7%13.7%12.7%4.9%10.7%11%10.8%12.4%15.1%64.3%35.7%3,630
EU Kirin Tor10.4%11.2%13.1%11.5%11.5%12.2%3.8%10.7%15.6%9.5%12.1%12.7%4.8%12.3%10.8%11.3%9.7%16.7%62.7%37.3%3,093
EU Kor'gall11.5%11.5%14%10.8%10.9%12.8%5%9.5%13.9%8.8%10.4%13.9%5%12.2%12.8%10.6%12.4%14.1%48.6%51.4%4,871
EU Krag'jin9.4%11.8%14.4%11.5%11.7%10.8%4.5%10.8%15.2%9%9.2%14.6%5.6%11.9%10.1%12.7%11.4%15.4%49%51%2,881
EU Krasus12.4%16.8%13.5%11.6%7.9%9.6%2.5%9.3%16.4%8.4%13.7%13.3%6.9%7.2%9.5%10.4%13.2%17.5%58.6%41.4%1,961
EU Kul Tiras9.3%13.1%15.2%11.5%11.9%11.6%3.9%9.4%14.2%8.6%11.3%14.3%5.8%11.7%10.2%9.4%12.5%16.1%64.3%35.7%4,349
EU Kult der Verdammten10.9%10.5%13.2%10.5%12.3%11.9%4.6%12.5%13.6%9.3%11.3%14.1%5.5%11.8%10.5%10%12.9%14.6%42.6%57.4%3,970
EU Laughing Skull11.4%11%13.7%11.7%11.3%11.7%4.1%10.8%14.1%9.6%10.1%13.5%6.6%11.8%12.2%9.7%12%14.4%42.2%57.8%4,023
EU Lightbringer9.8%14.8%15.1%11.5%10.6%9.8%4.3%9%15.1%7.7%13%14.5%6%9.7%10.6%10.1%12.9%15.5%65.3%34.7%3,238
EU Lightning's Blade10.7%12.1%13.2%11.9%11.9%12.4%4.2%8.9%14.7%8.1%8.8%14.1%7.3%11.9%11.9%10.1%12.6%15.2%41.2%58.8%4,140
EU Lordaeron9.1%16.6%15.7%12.9%7.9%7.4%3.1%10.9%16.4%7.1%13.7%13.5%5.4%10.5%11%8.8%14.5%15.4%69.4%30.6%1,333
EU Los Errantes9.3%20.2%10.3%14.2%6%8.5%2.9%7.8%20.8%4.8%17.4%13.9%9.1%7%10%7.8%16.1%13.9%67.8%32.2%715
EU Lothar9.4%11.8%16.2%9.7%12.9%11.9%3.3%10.7%14.1%9.8%12.8%14.4%5%11.5%10.2%11.1%10.7%14.5%74.7%25.3%5,837
Alliance AllianceHorde Horde
RealmDruidHunterMagePaladinPriestRogueShamanWarlockWarriorDruidHunterMagePaladinPriestRogueShamanWarlockWarriorAllianceHordeTotal
EU Madmortem9.7%11.5%16.2%9.5%12.6%11.2%3.9%10.2%15.4%10.3%11.8%14.8%5.2%11.2%9%11.3%9.9%16.5%68.4%31.6%4,551
EU Magtheridon9.8%9.4%14.2%10.9%12%13.3%4.9%10.2%15.2%8.7%9.4%13%8%11.8%11.7%10.6%11.4%15.5%45.5%54.5%5,965
EU Mal'Ganis10.6%11.1%15.7%11%12.2%11.8%3.7%9.5%14.5%9.7%10.3%15%6%11.7%8.5%11.5%12.2%15.1%57.7%42.3%4,684
EU Malfurion10.2%11.9%16.3%10%12.6%10.2%4.2%10%14.7%7.7%11%15.5%4.9%10.9%9.2%13%12.2%15.5%70.2%29.8%4,423
EU Malygos9.6%13.1%16.6%10.3%12.5%10.1%3.4%10.1%14.3%9%12.7%14.1%4.3%11.9%9.3%11%11.6%16.1%68.6%31.4%4,242
EU Mannoroth10.2%10.6%15.8%10.8%12.7%11%4.3%10.6%13.9%9.1%10.3%15.4%5.4%11.6%10.7%11.5%11.4%14.6%57.8%42.2%4,030
EU Mazrigos10.5%10.8%14.1%10.2%12.4%12.9%4.7%9.7%14.7%9.2%10.6%13.4%6.1%11.7%11.6%11%11.1%15.2%41.2%58.8%3,781
EU Minahonda10.8%19.2%12%14.2%6.4%6.9%3.7%9.5%17.3%6.2%17%10.6%7.8%7.6%8.8%9.6%15.8%16.6%69.5%30.5%1,851
EU Moonglade10.8%13.7%13.9%12.8%11.3%10%3.3%9.7%14.4%10.3%12%11.1%6.1%10.9%10.1%11.6%13.2%14.8%69.3%30.7%3,146
EU Mug'thol10.3%11.8%14.5%10.4%11.6%12.4%4.6%9.5%14.9%7.2%9%14.8%5%12.3%11.6%11.8%13.3%15%51.8%48.2%2,921
EU Nagrand9.4%17%13.9%10.9%9.2%8.9%4.6%9.2%16.9%7.3%15%15%8%9.7%10.2%7.5%14.8%12.6%58.3%41.7%1,411
EU Nathrezim10.3%10.4%14.9%10.1%12.7%11.5%4%11.7%14.5%10.2%10.1%13.2%5.5%12%10%11.9%11.8%15.4%47.9%52.1%4,334
EU Nazjatar10.7%10.3%14.4%9.9%12.4%11.1%4.9%11.1%15%8.7%9.8%14.3%5.4%12.8%11.1%11.5%11.1%15.3%44.1%55.9%2,646
EU Nefarian10.3%10.8%14%10.7%12.1%11.5%5.2%11%14.5%8.9%10.1%14.5%4.6%12.4%10.8%11.7%11.4%15.6%41.3%58.7%2,768
EU Neptulon10.1%9.9%14.8%10.6%12.1%12.8%5.4%9.5%14.7%8.6%9.7%13.8%6.6%12.1%11.9%11.4%11%14.9%56.6%43.4%5,663
EU Ner'zhul10.7%10.9%15.2%10.1%12%11.6%5%9.9%14.5%9.4%9.2%13.2%5.7%13.2%11.7%12%11%14.6%48.9%51.1%4,039
EU Nera'thor9.9%9.2%16%10.5%13.3%12.1%3.8%10.4%14.9%8.5%9.4%15.2%4.8%13.4%11.5%11.2%10.6%15.5%48.7%51.3%4,003
EU Nethersturm10.7%15.7%14.4%13%10%5.7%5.1%9.1%16.3%7.8%14.3%15.5%8.3%13.1%8.7%8.2%12.9%11.3%50.6%49.4%1,588
EU Nordrassil10.4%14.1%14%11%11.1%11.5%4.2%9.5%14.2%9.8%10.7%13.3%5.9%12.1%11%11.4%12.1%13.8%59%41%4,512
EU Norgannon8.9%15.9%15.1%12.3%9.9%8.5%4%9.4%15.9%7.4%13.2%15.5%4.5%11.4%8.6%10.1%14.7%14.5%58.8%41.2%2,092
EU Nozdormu9.8%11.4%15.5%10.8%14.1%10.1%3.8%11.1%13.4%9.1%12.8%14.5%5.2%12.5%10.5%11.2%10.2%14%69.3%30.7%4,127
EU Onyxia10.4%10.5%14.5%10.2%13.4%11.7%4.2%10.7%14.4%9.7%9.3%14.6%5.3%11.3%11.9%11.5%12.1%14.4%45.1%54.9%4,623
EU Outland10.8%9.8%14.4%10.4%12.7%12.6%5%9.7%14.6%8.8%8.8%14%7.2%11.9%12.5%11.1%11.4%14.3%49.3%50.7%6,738
EU Perenolde10.1%11.5%17.3%9.3%13.4%10.9%3.9%10.2%13.4%8.8%11.4%14.1%4%13.3%10.3%11.2%11.7%15.2%66.5%33.5%4,022
EU Proudmoore10.5%10.6%16.4%11%12.4%10.5%3.5%10.3%14.8%9.9%11.8%14.1%5.5%12.2%9.9%11%11%14.6%66.4%33.6%3,749
Alliance AllianceHorde Horde
RealmDruidHunterMagePaladinPriestRogueShamanWarlockWarriorDruidHunterMagePaladinPriestRogueShamanWarlockWarriorAllianceHordeTotal
EU Quel'Thalas9.8%13.7%14.2%11.3%11.8%10.3%3.7%10.6%14.6%8.9%12%14.2%5.3%12.5%9.6%10.6%11.3%15.4%64.3%35.7%4,442
EU Ragnaros9.8%10.3%13.4%11.9%12.2%12.4%5.3%10.6%14.1%8.5%9.6%13.6%5.8%12.2%11.5%12.1%12.2%14.5%52.1%47.9%4,547
EU Rajaxx9.4%11.5%17.8%9.8%10.5%9.4%3.7%10.5%17.4%8.7%8.3%15.4%6.1%12.1%10.9%10.8%12.6%15.2%29.7%70.3%1,641
EU Ravencrest11.2%10.1%13.8%10.4%12.9%11.9%6.2%9.4%14.3%9.3%9.8%13.9%6.4%13.3%11.4%11.4%10.4%14.1%51.7%48.3%5,326
EU Ravenholdt10.9%13.3%13.8%12.7%10.5%11.2%4%9.4%14.1%9%10.3%12.7%6.3%11.4%12.9%10.8%12.7%14%47.3%52.7%3,157
EU Rexxar9%13.4%15.7%11.2%11.7%9.5%4.3%10.7%14.5%9.2%11.1%13.8%4.6%13%10.4%11.7%10.7%15.7%64%36%3,564
EU Runetotem10.7%12.2%14.5%10.7%12.4%10.3%3.9%11.1%14.2%8.8%12.6%12.8%4.5%13%9.3%12.3%11.7%14.9%67.3%32.7%5,594
EU Sargeras10.6%11.3%14%11.3%11%12.5%4%10.5%14.8%9.2%10%13.1%5.4%12.1%12.3%11.5%11.4%14.9%58.6%41.4%3,637
EU Scarshield Legion10.2%12.8%14.2%12.9%10.6%12.2%3.7%9.6%13.8%9.6%10.3%14%5%10.3%12.1%11.5%12%15.1%54%46%3,550
EU Sen'jin10%11.9%15.4%11.1%13.2%9.9%3.6%10%14.8%9.6%10.6%15.1%6.2%11.1%9%12.5%11.4%14.6%71.2%28.8%3,538
EU Shadowmoon10.8%11%13.4%12.4%13.3%11.4%3.9%9.9%13.8%8.7%11%13.5%6.3%11.6%12.2%10.7%11.6%14.5%51.6%48.4%4,095
EU Shadowsong10.7%11.8%14.3%10.7%13.1%10.8%3.9%10.6%14.1%10.1%11%13.1%5.4%11.7%11%11.7%12.4%13.6%71%29%5,755
EU Shattered Halls7.5%12.1%14.3%15.3%11.1%12.3%7.5%9.2%10.7%8.5%10.2%14.2%8.2%11.9%12.9%8.7%12.3%13%31.7%68.3%1,302
EU Shattered Hand11.1%10.4%13.6%11.3%11.5%12.5%4.5%9.7%15.3%10.1%8.5%12.4%6.8%13.2%11.3%11.4%11.3%14.9%63.8%36.2%4,754
EU Shattrath7.8%16.2%14.1%12.1%11.4%6.6%4.6%10.6%16.6%6.1%13.5%15.1%7.6%10.2%9%7.6%14.6%16.1%60.8%39.2%1,471
EU Shen'dralar6.9%18.9%12%15.5%7.2%9.7%4%9.7%16%5.7%17.9%10.5%6.6%7.4%9.6%12.2%16.2%14%60.4%39.6%578
EU Silvermoon9.7%11.5%14.8%10.5%12.3%11.3%5.1%10%14.7%9%10.5%14.2%5.5%13.9%10.6%11.7%10.6%14%83.4%16.6%5,567
EU Sinstralis9.9%12.9%13.8%11.1%12.3%12.9%3.6%8.9%14.5%9.1%9.9%13%5.8%12.6%11.7%9.8%12%16.1%46.2%53.8%3,200
EU Skullcrusher11.1%11.2%14.1%10.9%12%12.4%3.8%10.4%14.3%9%10.3%13.2%5.4%11.7%12%11.5%11.8%15.1%45.5%54.5%4,897
EU Spinebreaker12.4%13.4%15%12.2%9.5%12.2%3.9%8.6%12.6%7.6%10.2%13.6%6.4%11.9%13.1%10.8%11.9%14.4%36.4%63.6%2,765
EU Sporeggar8.9%12.1%13.6%12.8%10.5%10.3%6%10.5%15.2%7.1%10.2%12.1%12.2%10.2%14.5%7.8%14.2%11.6%37.5%62.5%1,191
EU Steamwheedle Cartel9.2%14.7%13.6%11.9%11.7%10.7%3.6%9.3%15.3%8.7%12.9%12.1%4.6%13.1%10.6%11.6%10.7%15.5%67.5%32.5%3,448
EU Stonemaul10.7%11%13.9%10.7%12.1%12.9%5.2%10.6%13%8.3%10.1%12.5%6.9%12.1%13%9.8%13.3%13.9%50.5%49.5%6,353
EU Stormrage10.3%12.4%14.7%11.3%11.8%10.7%3.9%10.2%14.6%9.2%10.9%12.9%5.7%11.5%11.2%11.4%11%16.2%71.7%28.3%5,335
EU Stormreaver11.6%11%13%10.8%11.5%12.5%5.3%10.1%14.3%8.7%9%14%6.7%11.4%11.6%10.9%12.1%15.7%52.6%47.4%5,425
Alliance AllianceHorde Horde
RealmDruidHunterMagePaladinPriestRogueShamanWarlockWarriorDruidHunterMagePaladinPriestRogueShamanWarlockWarriorAllianceHordeTotal
EU Stormscale9%9.4%13.9%11.3%12.4%13.4%6.2%9.1%15.4%8.7%7.6%14.5%6.8%12.7%12.4%11%10.8%15.5%46.2%53.8%5,071
EU Sunstrider10.3%10.8%14.2%11.1%11.8%12.9%4.6%10.6%13.8%9.2%10.6%13%5.6%12.6%12.1%10.9%11.9%14.2%51.9%48.1%4,472
EU Suramar9.9%19.4%11.5%14.2%8.3%8.7%3.1%7.8%17.1%7.4%18.1%12.1%5.1%9.9%8.3%10.3%12.8%16.1%67.4%32.6%1,701
EU Sylvanas11%10.3%14.1%11%11.1%12.2%4.8%9.9%15.5%8.7%9.1%14.7%5.9%11.6%12.5%11.1%12%14.4%50.5%49.5%4,950
EU Taerar10.6%11%14.5%11.1%10.7%10.6%4.6%11.3%15.7%9.1%10.9%14.2%5.6%11.7%11.7%11.8%11.7%13.4%38.2%61.8%3,440
EU Talnivarr10.7%9.6%13.5%10.8%11.9%13.6%5%9.5%15.4%7.8%8.9%14%7%12.4%12.6%10.9%11.2%15.3%50.5%49.5%4,224
EU Tarren Mill10.2%10.4%13.8%11.1%12.7%11.1%5.3%11.1%14.3%9.6%9.5%13.7%6.7%11.6%11.6%10.3%12.4%14.7%55.3%44.7%5,084
EU Teldrassil10.7%14.7%13.3%10.3%11.8%8.4%3.9%11.7%15.2%8.1%14.3%15%5.3%10.7%8.7%11.5%12.8%13.6%60.4%39.6%2,412
EU Terenas10.6%12.7%14.1%10.7%12.3%11.1%3.6%10%15%9.8%11.6%13.1%4.6%12.1%11.5%11.1%11.4%14.9%74%26%4,941
EU Terrordar10.5%11.2%13.5%11.5%12%11%5%9.4%15.8%8.8%9.3%14.8%5.6%12.5%10.6%11.6%11.6%15.2%40.6%59.4%3,572
EU The Maelstrom10.7%11.1%14.5%10.8%11.3%11.3%5%9.9%15.4%9.4%9.3%13.6%6.1%11.3%12.2%11.7%12.1%14.4%54.2%45.8%4,480
EU The Sha'tar9.7%18.5%12.2%12.5%8.8%8.5%7.2%7.2%15.4%9.3%13.7%12%13.4%11.5%8.2%6.3%14.8%10.9%46.6%53.4%685
EU The Venture Co10.8%11%13.1%12.7%11.6%11.5%4.9%10.5%13.9%9.2%10.9%12.2%6.6%11.5%11.5%11.3%12.1%14.8%51.5%48.5%3,781
EU Theradras10.4%10.2%14.9%10.4%12.5%10.8%5.1%10.1%15.7%8.5%9.8%13.8%5.7%11.8%11.6%11.2%11.8%15.8%49%51%3,014
EU Thrall11%12.4%15.6%10.7%11.1%9.7%4.4%11.2%13.9%8%11.2%14.9%6.1%12.5%9.1%11.3%11.7%15.3%49.1%50.9%3,312
EU Thunderhorn10.6%12%14.3%11.7%12.6%11.2%3.3%10.2%14.2%8.7%11.8%13.2%5.4%12.1%10.3%11.7%11.6%15.1%67.8%32.2%4,974
EU Tichondrius11%11.4%14.8%10.9%12.7%11.3%4.2%9.8%13.9%8.9%8.8%15.3%6.4%12.4%11.1%11.6%11.6%13.8%46.7%53.3%2,208
EU Tirion9.8%13.3%15.9%10.5%11.6%9%4.3%10.4%15.2%8.4%12.3%14.4%5.1%10.4%10.5%10.7%12%16.1%71.8%28.2%3,276
EU Todeswache11%12.4%16.3%9%12.7%10.1%4.7%11%12.8%8.3%12.7%14%4.8%10.8%10%11.8%13.7%14%47.6%52.4%1,473
EU Trollbane10.8%10.7%14.6%11%12.8%11.5%4.5%9.8%14.2%9%9.8%14.2%6.3%11.1%11.7%11.5%10.5%15.9%62.6%37.4%4,603
EU Turalyon10.8%12.2%14.1%10.2%12.6%11.5%4.1%10.8%13.7%8.1%11.8%14.1%5%11.4%12.5%10.2%11.7%15.3%71.7%28.3%5,468
EU Twilight's Hammer12%10.4%13.4%10.3%12.3%12%4.8%10.7%14.1%9.4%9.4%13.6%5.6%11.6%12.4%11.3%11.6%15.1%41.1%58.9%5,907
EU Twisting Nether10.5%11.3%12.8%11.9%11.6%12.2%5.1%10.1%14.6%8.7%9.1%14.3%7.1%11.5%12%11.3%11.3%14.6%46.8%53.2%4,410
EU Tyrande10%13.8%13.6%14.2%10.5%9.2%3.7%10%15%8.5%13.6%12.2%6.3%9.5%9.9%12.5%12%15.5%75.6%24.4%3,491
EU Uldum9.7%16.2%13.7%12%8.6%12.2%3.7%11.1%12.8%8.7%12.8%12.8%6.7%11.5%11.4%10.2%12.9%13%36.9%63.1%1,758
Alliance AllianceHorde Horde
RealmDruidHunterMagePaladinPriestRogueShamanWarlockWarriorDruidHunterMagePaladinPriestRogueShamanWarlockWarriorAllianceHordeTotal
EU Un'Goro9%13.3%13.9%11%11.6%11.3%4.6%10.1%15.3%8.8%9.6%15.1%5.2%11.7%10.7%11.9%11.9%15%20.8%79.2%1,662
EU Vashj11.8%11.5%14%10.5%11.5%12.7%3.9%10.4%13.8%9.4%9.3%13.1%6.3%12.1%12%11.8%11.2%14.8%49.3%50.7%4,507
EU Vek'lor10.2%12%15.1%10.8%10.1%10.9%5.5%11.2%14.2%8.7%10.9%14.7%5.4%12%11.3%11.4%11.8%14%43.7%56.3%2,685
EU Vek'nilash10%9.2%13.7%11.4%11.5%14%5.6%10.7%14%8.1%9%14%7.3%12.8%12%10.9%12%13.9%35%65%3,844
EU Warsong10%10.5%13.8%11.3%12%13.3%4.3%10.8%14%8.9%10.1%13.2%6.1%11.2%12.8%11.5%12.6%13.6%53.5%46.5%7,060
EU Wildhammer9.4%14.2%14.3%11.5%11.5%10.7%3.8%9.7%15%10.9%11.2%13.6%5.7%11.5%9.6%11.9%11.6%14.1%70.4%29.6%3,643
EU Wrathbringer11.2%10.1%14.6%11.9%11.1%10.7%4.4%10.4%15.6%9.2%9.3%14.8%5.1%12.7%10.3%11%11.5%16%46.1%53.9%4,018
EU Xavius10%11.5%13.8%11.5%12.2%12.5%4.4%10%14%9.1%10.3%13.6%5.4%11.8%12.4%11.1%11.6%14.7%46.5%53.5%5,428
EU Ysera9.8%13.2%15.2%9.9%12.7%10.1%3.5%10.5%15.1%9%12.5%14.5%5.2%12.1%9.5%10.6%11.6%14.9%67.2%32.8%4,386
EU Ysondre9.5%10%14.7%9.9%12.2%12.6%4.8%11.3%15%7.2%9.3%14.3%6%13%12.4%10%12.9%14.8%61.3%38.7%4,979
EU Zenedar10.9%12%14%10.3%11.7%13.1%4%10.1%13.9%9.2%10.2%14.5%5.3%11.4%12%11.9%11.8%13.7%59.1%40.9%6,153
EU Zirkel des Cenarius10.8%11.1%16%10.1%13.2%10.7%3.8%10%14.4%10.4%11.6%14.4%5.3%11.6%9.4%11.1%11.4%14.8%60.1%39.9%3,193
EU Zul'jin10.2%12.4%14.6%11.4%10.8%10.8%4.1%11.9%13.8%8.3%11.2%14.4%6.1%10.1%11.8%10.7%12.9%14.5%50.5%49.5%7,433
EU Zuluhed10.6%10.8%15.6%10%11.9%11.8%4.3%10.8%14.3%8.8%11.3%14.1%4.8%11.4%10.6%11.8%12.4%14.8%49.8%50.2%4,214
US Aegwynn10%13.6%11.6%12%10.4%13%3.2%10.6%15.6%8.4%12.8%12.7%6.2%10.8%12%11.6%12.2%13.4%49.9%50.1%3,319
US Aerie Peak9.7%16.1%12.4%13%10.1%9.8%4.1%9.6%15.3%7.2%15.3%12.8%6.5%9.3%9.7%10.1%12.7%16.4%68.7%31.3%3,684
US Agamaggan8.5%13.5%12%11.7%11.3%12.6%5%11.4%14%9.2%11.2%13.7%6.5%11.3%12.7%9.8%11.1%14.5%47.6%52.4%2,741
US Aggramar9.9%12.9%14.2%11.5%12.6%11.2%3.6%10.4%13.6%9.4%12.2%12.8%5.4%11.7%10.9%11.9%11.9%13.8%71.8%28.2%5,029
US Akama10.3%12%12.2%12.6%11.5%12.5%4.4%11%13.4%7.6%11.3%12.2%6.5%11.7%12.5%11.6%12.6%14%49%51%4,102
US Alexstrasza9.5%14.8%12.9%12.7%11.3%10.6%3.5%9.6%15%6.8%14.8%11.7%5.6%10.9%10.2%11.4%13.7%14.9%67.5%32.5%4,298
US Alleria10.1%12.9%13.6%11.2%12.6%11.1%3.8%10.9%13.8%8.7%12%12.9%5.2%11.7%11.5%11.5%11.9%14.7%78.2%21.8%6,060
US Altar of Storms10%15.1%11.1%12.1%10.8%11.5%4.8%10%14.6%7.6%11.5%11.5%7.9%11%13.1%11.5%12.4%13.7%42.4%57.6%2,773
US Alterac Mountains11.5%11.2%12.6%10.9%10.1%13.9%5.8%10.6%13.3%6.9%11.8%13.9%8.6%11.2%12.8%9.2%12.7%12.8%55.9%44.1%2,388
US Aman'Thul10.7%12.8%10.9%12.7%13.3%10.3%5.4%10.5%13.4%9.5%13%13.2%5.5%12.3%8.8%10.8%12.6%14.3%48.7%51.3%1,827
US Andorhal10.7%14%12.1%12%10.1%12%3.4%11.5%14.1%8.8%11.9%12.6%7.2%11.5%12.2%10%12.2%13.6%48.1%51.9%4,120
Alliance AllianceHorde Horde
RealmDruidHunterMagePaladinPriestRogueShamanWarlockWarriorDruidHunterMagePaladinPriestRogueShamanWarlockWarriorAllianceHordeTotal
US Anetheron10.8%12.9%12.4%11.6%11%11%4.4%11.5%14.4%8.7%11.7%11.6%8.1%10.6%11.4%10.4%13.2%14.4%46.4%53.6%2,732
US Antonidas9.3%20%11.2%14.7%7.4%8%3.4%9.8%16.1%7.6%14.3%11.2%9.6%8.6%8.8%5.9%18.4%15.5%64.6%35.4%1,439
US Anub'arak10.2%13.1%10.6%14%9.8%12%4.7%10.9%14.7%8.1%11.3%13.6%8.5%10.1%11.6%10.2%13.1%13.5%28.9%71.1%2,476
US Anvilmar9.7%16.3%12.3%11.9%9.5%10.1%3.9%10.2%16%9.2%16.6%9.8%6.8%9.5%9.3%9.4%15.1%14.5%68%32%2,959
US Arathor9.8%14.6%12.9%11.3%11.4%10.7%3.5%10.8%14.9%9.1%11.4%13.4%8.9%11.4%11.3%9.3%11.2%14%67.6%32.4%2,597
US Archimonde9.7%12.2%13.6%11.6%10.9%13.1%3.9%11%14.1%8.4%11%13.2%7.5%11.6%12%10.6%12.5%13.2%50.8%49.2%5,660
US Area 529%15.4%13%11.4%11.7%11.2%3.5%10.2%14.5%8.8%12.4%13.4%6.9%11.2%10.6%10.2%12.4%14.2%49.7%50.3%4,805
US Argent Dawn11%12.5%12.9%10.8%12.3%11.4%4.5%10.1%14.5%9.9%10.9%11.9%6.6%12.3%10.2%11.8%11.6%14.6%73.8%26.2%4,819
US Arthas10.5%11.5%13.6%11.4%11.9%12.2%4.6%10.5%13.7%8.5%9.7%13.4%7.9%11.4%12.8%10.7%11.8%13.9%54.3%45.7%6,109
US Arygos10.3%12%13.3%11.3%12.3%10.6%5.3%10.3%14.5%8.5%11.2%14.3%6.2%11.3%11.7%10.6%12.2%14.2%52.7%47.3%4,487
US Auchindoun9.7%11.3%14.2%12.1%12.6%8.1%8.9%6.9%16.2%7.2%11.1%13.8%11.1%12.1%11.6%8.4%13%11.5%19.7%80.3%1,253
US Azgalor11.2%11.7%12.7%12.2%11.2%13.3%3.6%9.9%14.2%9.2%10.7%12.8%7%12.1%12.2%10.9%11.3%13.7%56.1%43.9%6,353
US Azjol-Nerub10.7%13.6%13.4%11.5%12%11.3%3.4%10.6%13.6%8.7%13%13.4%4.9%10.9%10.4%11.5%12.4%14.8%60.8%39.2%5,680
US Azshara9.8%14%13.3%13.7%8.5%12.6%3.3%9.2%15.7%9.4%10.6%12.2%7.4%10.7%11.8%10.8%12.4%14.7%41.3%58.7%2,448
US Azuremyst10.5%14.2%14.4%11.2%12%11.7%2.7%10.1%13.3%6.9%15.2%15%6.3%11%11%9.4%12.1%13.2%71.5%28.5%2,235
US Baelgun11.1%14.1%12.8%12.3%11.4%11.3%4%8.9%14.1%8.9%12.4%13.3%6.2%12.6%11.2%10.9%10.7%13.7%46.4%53.6%3,687
US Balnazzar9.7%13.8%13.5%13.2%10.3%13.4%4.3%9.3%12.5%9.9%12.6%12%5.9%11.6%12%9.6%11.4%14.9%41%59%2,546
US Barthilas11.4%11.1%12%10.6%12.6%12.2%4.8%10.2%15.2%8.7%10.4%13.5%7.9%12.5%11.3%9.2%12.9%13.6%43.2%56.8%5,177
US Black Dragonflight9.5%12.5%13.1%11.6%10.9%14.5%4.7%10.3%13%8.3%10.9%12.6%7.2%12%12.6%10.5%11.8%14.2%54.9%45.1%4,244
US Blackhand10.4%12.8%13.7%11.5%12.3%12%4.2%9.8%13.3%9%12.3%12.4%6.3%11.6%11.1%11.9%11.1%14.3%68.3%31.7%5,415
US Blackrock9.9%11.4%13.3%11.5%12.3%12.2%4.6%10.6%14%8.3%10%14.4%7.3%11.9%11.1%10.3%12.7%14.1%50.1%49.9%9,217
US Blackwater Raiders10%18.2%9.3%15.2%8.9%10.8%2.8%9%15.8%7.4%18.7%9.7%8.2%9%10.8%10.1%11.8%14.3%62.2%37.8%1,644
US Blackwing Lair9.1%13.4%13.5%11.8%10.8%13.3%4.6%9.3%14.1%8.2%11.1%12%7.7%11.7%12.2%11.1%12.5%13.5%35.8%64.2%3,737
US Blade's Edge9.7%16.9%14.2%11%10.9%12.3%3.1%8%14%7.7%13.3%12.6%6.3%10.3%11.7%10.6%12.8%14.7%68.8%31.2%2,028
US Bladefist8.1%22.6%11.2%12%7.5%8.9%2.8%9.2%17.7%5.8%17.7%11.8%9.1%11.3%10.6%7.7%12.5%13.7%66.5%33.5%1,244
Alliance AllianceHorde Horde
RealmDruidHunterMagePaladinPriestRogueShamanWarlockWarriorDruidHunterMagePaladinPriestRogueShamanWarlockWarriorAllianceHordeTotal
US Bleeding Hollow10.3%11.1%13%11.7%11.7%13.2%4.1%10.2%14.8%9.2%10.8%13.5%6.6%11.4%11.7%11.1%12.2%13.5%59.6%40.4%5,746
US Blood Furnace10.2%11.3%10.2%13.5%8.4%10.9%6.9%10.6%17.9%8.3%12.1%12.1%10.6%12.3%13.8%7.2%13.5%10.1%26%74%1,054
US Bloodhoof11.2%13.1%13%11.3%11.9%11.3%3.9%9.7%14.6%9.3%13.3%12.9%6.3%10.6%10.9%11.2%11.1%14.5%66.7%33.3%5,401
US Bloodscalp10.2%11.8%11.8%11.9%12.4%12.3%4.6%11.1%14.1%8.3%11.1%12.1%6.2%12.1%12.8%10.9%13.2%13.3%47.5%52.5%6,302
US Bonechewer10.6%12.2%13.8%11.4%11.4%12.8%4%10.2%13.6%8.5%12.2%12.4%6.3%12.2%12.6%10.5%11.5%13.8%48.9%51.1%5,999
US Boulderfist11.3%12.3%13%12.2%11.4%12.4%3.8%10%13.8%8.5%9.5%12.7%6.8%11.4%12.7%11.7%11.8%14.9%49.1%50.9%5,956
US Bronzebeard10.6%12.1%14.8%11.7%11.8%10.7%3.4%10.8%14.1%9.4%12.4%12.8%5.3%11.1%10.8%10.6%12.1%15.5%67.1%32.9%5,514
US Burning Blade10.3%11.6%12.3%10.6%11%14.2%4.4%10.8%14.8%9.1%10.7%13.6%6.4%11.5%12.8%10.5%11.1%14.2%43%57%6,371
US Burning Legion10.2%11.6%13.6%12.3%10.9%12.5%4.4%9.7%14.8%8.9%10.8%12.8%7.4%11.7%12.1%11.2%11.5%13.6%56.5%43.5%5,743
US Cenarion Circle11.6%14.4%12.6%11.3%10.9%11.9%3.6%9.9%13.6%9.5%11.6%13%5.5%10.9%11.1%11.8%11.9%14.7%65.4%34.6%5,854
US Cenarius10.3%12.2%13.3%11.2%12.6%12.1%4.1%10.2%14%9.1%12.6%11.9%5.6%12.2%11.4%10.9%11.6%14.7%69.5%30.5%7,030
US Cho'gall10.1%10.7%13.1%11.2%12%12.6%6.4%10%13.9%8.9%9.9%13.1%8%11.8%12.8%9.7%11.5%14.3%37.9%62.1%5,095
US Chromaggus9.3%14.3%11.8%12.5%11.3%11%4.3%10.5%15%7.8%11.3%14.4%7.1%11.9%11.2%10.4%12%13.9%44.4%55.6%3,002
US Coilfang6.8%11.4%14.4%7.6%11.4%12.9%6.8%10.6%18.2%6.9%11%12.6%12.6%11.9%12%8.8%12%12.1%10.4%89.6%1,264
US Crushridge11%12.4%13%11.3%12.1%12.3%4%10.1%13.8%8.3%11.3%12.3%5.7%10.8%12.8%11.8%12.5%14.5%52%48%5,729
US Daggerspine11.1%12.5%13%11.2%12.1%13%3.7%10.2%13.2%9.5%11%13.8%5.6%11.3%12.1%10.9%11.8%13.9%50.9%49.1%5,671
US Dalaran11%12.5%13.1%11.5%11.7%12.1%3.6%10.4%14.1%9.2%11.7%13.1%5.4%12.1%10.7%10.7%12%15.2%62.7%37.3%6,325
US Dalvengyr10.4%10.7%12.3%11.9%11.2%13.3%4.4%10.2%15.6%7.8%12.1%12.7%6.3%10.8%12.5%10.6%13%14.3%43.4%56.6%3,177
US Dark Iron11%11.4%13.6%12.3%11.7%11.9%3.7%10.5%14%9.7%10.6%12.6%7.5%12.1%10.7%10.5%12.8%13.5%57.7%42.3%5,805
US Darkspear10.3%11.7%12.5%12.4%11.6%13.1%4.3%9.9%14.2%8.8%11.1%12%6.4%12.1%12.4%11.5%11.6%14%50.6%49.4%4,915
US Darrowmere10.4%13.7%13.1%11.8%9.8%11.6%3.8%10%15.7%7.5%10.5%13.3%9.5%11%11.6%9.2%14.8%12.5%32.1%67.9%1,550
US Dath'Remar10.7%13.1%13.4%11.6%12.7%10%4.1%10.3%14.1%9.7%13.5%12.9%7.7%11.6%9.2%9.2%12.7%13.4%59%41%4,140
US Deathwing10%11.5%12.7%12.7%11.6%12.9%3.9%10.9%13.8%7.9%10.2%12.6%6.7%12.1%12.4%11.3%12.7%14.1%54.4%45.6%6,598
US Demon Soul9.8%13.5%11.5%14%8.9%14.3%3.8%10.3%13.8%7.3%11.1%12.1%7.1%10.9%13.6%11%13%13.9%33%67%2,808
US Dentarg9.9%12.2%12.1%11.8%11.7%11.7%4.3%10.6%15.8%9.4%10.4%13.6%7.4%11.1%11.4%10.6%12.1%13.9%46.4%53.6%2,687
Alliance AllianceHorde Horde
RealmDruidHunterMagePaladinPriestRogueShamanWarlockWarriorDruidHunterMagePaladinPriestRogueShamanWarlockWarriorAllianceHordeTotal
US Destromath10.8%11.9%13.5%11.5%12%11.6%4.4%10.4%13.9%9.2%10.1%13.3%7.2%11.7%12.6%11.1%10.8%14%49.9%50.1%6,590
US Dethecus10.5%12.1%14.5%12.3%10.9%12%3.7%10%13.9%9%11.2%12.9%6.7%11.3%12.5%10.8%11.8%13.8%47.1%52.9%5,274
US Detheroc10.6%10.7%13.4%11.9%11.6%12.7%4.6%11%13.4%8.6%10.7%11.9%6.9%11.9%11.7%10.9%12.5%14.9%47.2%52.8%4,804
US Doomhammer10.6%12.9%13.6%10.5%12.7%12.4%4%9.6%13.7%9.8%13.8%11.7%6.5%11.4%11.7%10.5%10.6%14.1%61.9%38.1%6,028
US Draenor9.8%12.7%13.1%11.8%12.8%11.7%3.6%10.1%14.4%8.6%13.1%12.9%6.6%10.9%10.5%11.2%11.8%14.4%70.7%29.3%5,964
US Dragonblight10.7%11.8%13.9%10.8%12.4%11.6%3.9%10.3%14.6%8.9%12.9%12.3%5.6%11.7%10.9%10.3%12.3%14.9%60.2%39.8%5,478
US Dragonmaw10.7%11.3%13%12.7%12.4%12.1%4%10.8%13.2%8.5%10.9%12.7%7.1%12.2%12.2%10.6%12.3%13.5%48.3%51.7%7,051
US Drak'thul9.5%12.3%13.3%12.2%11.9%12.8%4.4%9.1%14.5%8.1%10.2%12.9%6.4%12.2%12.1%10.9%12.5%14.6%39.5%60.5%3,086
US Draka9.4%14.3%12.8%12%11.9%10.1%3.7%10.4%15.4%8.1%12.7%10.4%5.7%11.9%10.7%11.4%12.3%16.8%65%35%3,918
US Drenden9.6%15.1%13.2%11.9%11.1%11.1%3.7%9.5%14.8%7.1%13.4%12.8%7%11.5%11.1%9.2%13.6%14.5%67.4%32.6%2,915
US Dunemaul10.6%12.2%13.2%12.2%11.1%12.7%3.7%10.2%14%8.8%11.1%12%6.2%11.6%12.4%11%11.9%14.9%50.9%49.1%5,734
US Durotan10.7%13.2%13.1%11.3%11.5%11.7%3.6%10.6%14.3%8.4%14.9%11.7%4.8%10.6%10.4%11.3%12.9%15.1%73.9%26.1%4,489
US Duskwood10.3%16.2%11.9%13.8%9.7%10.6%3.7%9.7%14.2%7.2%16.2%10.8%5.9%11.1%11.8%9.4%13.5%14.2%54.1%45.9%3,422
US Earthen Ring11.3%14.1%13.7%10.8%11.7%10.9%3.9%10.4%13.3%9%13%12.1%6.2%11.7%10.1%11.1%11.1%15.7%62.2%37.8%4,899
US Echo Isles9.3%19.1%11.3%12.3%9.8%8.8%3%10.3%16%7.7%13.8%10.9%7.5%11.1%9.5%10.1%15.4%14%65.7%34.3%2,432
US Eitrigg10.3%13.9%13.1%11.9%11.4%11.5%3.8%10.3%13.8%8.6%14.7%11.5%5.8%12%11%10.8%11.8%13.8%59.5%40.5%4,329
US Eldre'Thalas10.4%13.6%13.9%11%12.1%10.5%3.7%10.5%14.3%9.3%13.8%12.4%5.3%11.4%10.1%11%12.1%14.5%65%35%5,287
US Elune10.6%12.5%13.2%10.9%12.1%12.2%3.8%10%14.6%7.7%11.5%13.6%5.3%11.6%10.6%11.5%12.2%16%68.3%31.7%5,222
US Emerald Dream10.2%13.3%12%12.8%10.6%13.1%4.6%10.5%12.9%9.1%10.9%12.2%6.9%11.6%11.9%10.8%12.8%13.8%52.5%47.5%4,923
US Eonar9.8%13%13.3%11.8%12.3%11.8%3.7%9.6%14.8%9.5%13.5%13.2%5.3%11.1%9.5%12.1%10.5%15.2%64.7%35.3%5,580
US Eredar12.3%12.2%12.4%11.8%11.9%12.2%3.7%10.2%13.4%8.5%11.4%12.9%7.1%11.5%11.9%10.8%11.7%14.1%53.4%46.6%5,177
US Executus9.9%15.1%11.8%12.3%10%11.4%4.6%11.2%13.6%7%10.5%13.3%8.3%11%13%9.9%13.1%14%48.8%51.2%3,402
US Exodar8.2%16.6%12.9%12.1%11%9.4%5.6%9.3%14.9%8.2%16.4%11.1%11.7%9.6%10.1%8.4%14.1%10.4%49%51%1,168
US Farstriders10%16.3%11.3%12.1%11.4%11.8%4%8.5%14.6%8.7%13.2%12.3%5.5%10.6%12.8%10.7%12.3%13.9%69.9%30.1%2,411
US Feathermoon11%13%12.8%11.9%12.7%11.5%3.8%9.3%14.2%10.4%12%12.6%5.6%11.8%10.5%10.2%11.8%14.9%62.1%37.9%4,506
Alliance AllianceHorde Horde
RealmDruidHunterMagePaladinPriestRogueShamanWarlockWarriorDruidHunterMagePaladinPriestRogueShamanWarlockWarriorAllianceHordeTotal
US Fenris9.2%18.7%10.9%13.1%9.3%8.4%3%10.4%16.7%6.9%13.9%11.4%8.3%9.3%8.8%10.2%14.4%16.8%71%29%2,035
US Firetree10.9%11.5%12.7%12.7%12%12.6%4.3%10.5%12.8%8.8%10.9%12.5%6.2%11.7%12.6%11.7%12.1%13.6%48.9%51.1%4,479
US Frostmane11.1%12%12%11.9%11.2%12.4%5.6%9.4%14.3%8.3%10%13.6%7.4%10.8%13.2%11.8%11.3%13.6%59.9%40.1%5,838
US Frostmourne9.1%12.5%13.4%11.5%12.5%11.4%4.7%11.8%13.1%8.9%10.8%14.1%7.4%11.7%11.4%9.1%12.7%14%47.9%52.1%4,800
US Frostwolf11%11.4%13.7%11.4%11.4%12.3%4.6%9.8%14.3%8.3%10.6%13.3%6.4%11.5%11.8%10.8%12.2%15.1%55.6%44.4%6,509
US Garithos11.1%13.5%12.9%11.5%11.1%12%4.5%10.1%13.3%9.3%10.7%12.9%6.3%11.5%12%11.2%13%13.2%48.4%51.6%3,471
US Garona11%13.5%13.2%10.5%12.5%11.2%3.8%10.8%13.6%9.5%12.7%13.6%5.8%12.4%9.8%10.8%11.7%13.8%71.9%28.1%5,777
US Gilneas11%12.5%14.3%11.8%11.9%11.4%3.6%9.5%14.1%8%12.6%14.4%6.2%10.9%10.3%10.9%12.5%14.2%64.9%35.1%5,391
US Gnomeregan9.6%16.2%12.2%13.2%9.2%11.2%4%9.8%14.6%6.8%15.2%11%5.7%10.3%9.5%10.8%14.8%15.7%70.2%29.8%2,919
US Gorefiend10.4%11.6%12.6%12%11.5%13.1%3.9%10.4%14.4%8.7%11.4%12.7%6.3%11%12.3%11.2%12.5%14%52.2%47.8%5,750
US Gorgonnash10.4%12%14.2%11.8%10.9%12.4%3.9%10.8%13.7%8.8%11.9%12.4%6.7%11.8%11.8%10.8%12.7%13.3%57%43%7,101
US Greymane10.1%13.4%13.8%11.8%10.7%11.5%3.9%10.2%14.6%8.6%12.6%12.2%6.2%11.6%10.4%11.5%12.4%14.6%71.7%28.3%4,865
US Gul'dan10.2%13.3%13%11.9%10.5%12.3%4.6%9.5%14.7%8.2%11.2%12.6%6.3%12%11.9%10.3%13%14.5%43.7%56.3%3,194
US Gurubashi10.1%12.5%12.9%11.3%11.1%12.2%4.7%10.4%14.8%8.4%11.1%13.4%6.3%12.2%11.9%10.5%12.1%14.2%41.1%58.9%5,790
US Hakkar9.3%13.8%13%12.1%10.1%12.1%4.1%11%14.5%7.8%10.9%12.3%7.5%13.2%11.7%11.1%12.8%12.6%50.9%49.1%3,219
US Haomarush10.2%11.4%12.5%12%11.1%12.9%5.2%8.6%16.2%8.3%10.2%12.5%7.6%12.1%13.1%9.9%12.6%13.6%34.7%65.3%2,976
US Hellscream9.5%13.5%14%11%11.6%11.6%4.4%10.3%14.1%9.3%12.5%13.1%6%12.1%9.9%10.6%11.7%14.7%61.5%38.5%5,931
US Hydraxis8.2%18.5%11.3%14%7.7%8%3.5%11%17.8%5.4%18.1%12.1%11.8%8.4%9.3%7.1%15.6%12.3%56.6%43.4%1,890
US Hyjal10.4%13.4%13.7%10.5%12.7%12%3.8%9.9%13.7%9.3%12.5%13.5%6.2%12.1%10.1%11.2%11%14.1%62.2%37.8%6,618
US Icecrown11.2%14.3%12.7%11.2%11.9%11.2%4%10%13.5%8.3%12.8%13.4%6.6%12.3%10.7%10.5%11.4%13.9%66.2%33.8%5,434
US Illidan9.8%10.6%13.1%11.9%11.8%11.8%5.4%10.5%15%8.3%10.3%13.2%7.8%12.1%12.2%10.3%11.4%14.3%44.5%55.5%7,300
US Jaedenar10.8%11.1%12.1%11.6%11.1%13.8%4%10.5%15%8.2%11.4%13.3%7.8%11.2%11.9%10.9%13.3%12%41.5%58.5%2,812
US Jubei'Thos10.3%13.5%13.7%11.1%10.9%11.5%4.2%10.9%14%8.6%11.2%13.1%7.3%11.9%12%10.3%12.2%13.4%45.3%54.7%6,842
US Kael'thas10.1%13.2%14%12%12.2%11.7%3.9%10%12.9%8.8%12.3%12.8%6.4%11.7%10.6%12.3%10.4%14.7%56.8%43.2%2,808
US Kalecgos10.3%12.3%13.6%12.8%11%12.1%3.4%10.7%13.8%8.2%10.3%13.4%6.6%11.2%12.9%10.4%12.6%14.4%46.1%53.9%4,358
Alliance AllianceHorde Horde
RealmDruidHunterMagePaladinPriestRogueShamanWarlockWarriorDruidHunterMagePaladinPriestRogueShamanWarlockWarriorAllianceHordeTotal
US Kargath10.5%13.6%13.5%12%11.5%11.5%3.7%9.7%13.9%8.6%11.4%12.4%6%11.4%11.6%11.4%12.8%14.5%72%28%6,124
US Kel'Thuzad10.8%11.9%13.1%11.4%12%11.9%4.8%10.6%13.5%8.2%11.5%12.9%6.9%11.5%12.1%11.2%12.1%13.6%58.4%41.6%8,040
US Khadgar11.1%12.6%13.2%11.4%12%11.5%3.5%10.3%14.4%8.2%11.9%12.1%6%12%10.3%12.2%12.6%14.7%64.5%35.5%5,563
US Khaz Modan10.3%14.1%13.9%10.8%12.2%10.6%3.8%10.2%14.1%8.3%13.2%12%5.8%12.3%10.8%11.2%11.7%14.7%65.7%34.3%4,417
US Khaz'goroth10.1%13.8%15%12.2%11.9%10.3%3.6%9.5%13.6%9.2%14%12.5%6.1%11%9.6%11.2%11.9%14.4%60.8%39.2%5,146
US Kil'jaeden10.3%11.2%13.5%11.7%11.7%12.6%4.5%9.9%14.6%8.4%10.2%13.4%7.6%11.3%12.2%10.6%11.6%14.5%53%47%7,080
US Kilrogg10.3%13%13.7%11.3%12.2%11.3%3.8%10.9%13.5%9.5%11.8%13.8%6.1%11.6%11%11%10.9%14.4%57.9%42.1%6,026
US Kirin Tor12.1%14.6%12.6%12%11.9%11.2%3.2%9.2%13.3%7.9%14.3%11.6%5.6%12.7%9.6%11.9%12.3%14.2%71.2%28.8%3,484
US Korgath10.2%11.4%13.3%11%11.9%12.5%5.4%9.5%14.8%8.4%10.4%12.8%7.7%10.9%12%11.2%12.1%14.3%47.7%52.3%6,050
US Korialstrasz8.9%20%10.9%13.3%8.8%8.5%2.6%9.9%17.1%8.4%15.1%8.4%5.4%8.4%11%7.7%17.6%18.1%77.1%22.9%1,715
US Kul Tiras9.7%13.8%13.2%12.8%12.2%10.9%4.4%9.4%13.5%8.3%12.2%13.5%6.9%11.1%10.7%10.7%11.6%15%53.7%46.3%3,851
US Laughing Skull10.2%12.1%12.8%11.6%11.5%12.7%4.2%10%14.9%7.6%11%12.6%6.5%12.1%12.8%11%12.6%13.7%47.6%52.4%6,305
US Lethon9.6%14.8%12.9%11.6%11.3%11.4%3.6%10.2%14.6%8.8%10.7%13%8.2%11.7%11.2%10.2%12.6%13.5%36.5%63.5%2,361
US Lightbringer10.5%14.1%13.6%12.3%11.3%11.4%3.2%9.7%13.8%9.1%13.2%12.1%5.7%11.8%11.2%10.4%11.4%15.1%74.7%25.3%6,352
US Lightning's Blade11.4%10.8%14.1%12.5%10.9%12.6%3.9%10%13.8%9.3%11%13.2%6.8%11%12.4%10.3%12%13.9%58.2%41.8%5,849
US Lightninghoof11.2%12.9%11.6%13.6%11.1%10.8%4.5%11%13.4%8.5%11.7%11.8%7%11.5%11.6%10.7%12.8%14.4%43.8%56.2%4,225
US Llane10.7%13.1%14.2%12%12.5%10.8%2.9%10.1%13.5%10%12.6%13.5%6.4%11.7%10.3%10.9%12.2%12.3%72%28%5,909
US Lothar10.2%12.1%14.1%11.8%12%12.1%4.2%10.1%13.3%9.5%12.1%12.8%5.9%12%10.9%10.9%12%14%67.9%32.1%5,596
US Madoran8.6%14.9%14.5%11.6%11.9%11.4%3.7%9.7%13.6%8.4%13.6%14.9%4.9%12.3%9.3%9.5%12.3%14.9%62.4%37.6%2,737
US Maelstrom9.4%11.6%13.1%12.6%11.4%12.6%4.2%10.7%14.3%8.5%11.6%11.7%7.4%11.5%12%10.8%12.7%13.9%43.5%56.5%4,656
US Magtheridon10.3%10.9%13.8%11.8%12.2%12.6%4.4%9.6%14.4%9.2%10.1%12.6%6.7%11%12.4%11.3%11.7%14.9%50.5%49.5%5,947
US Maiev12.1%17.2%10.6%8.6%10.1%13.6%4.5%6.6%16.7%10.1%11.4%11.3%9%12.7%10.4%7.7%13.1%14.2%20.3%79.7%977
US Mal'Ganis10.8%10.4%13.6%11.2%11.7%12.7%4.6%10.4%14.6%9.3%10.7%13.2%6.6%11.4%12.6%10.5%11.9%13.8%45.6%54.4%7,511
US Malfurion10.3%14.4%12.3%11.4%12%10.8%4%10.1%14.8%9%13.6%12.4%5.8%12.5%10.2%10.7%12.1%13.8%59.4%40.6%4,670
US Malorne11.1%12.2%13.3%12.8%10.8%12.7%4%9.2%13.8%9.2%10.2%12.7%7.5%11.5%11.3%11.2%12.1%14.3%39.3%60.7%2,731
Alliance AllianceHorde Horde
RealmDruidHunterMagePaladinPriestRogueShamanWarlockWarriorDruidHunterMagePaladinPriestRogueShamanWarlockWarriorAllianceHordeTotal
US Malygos10.6%12.9%13.7%11.4%12.5%11.7%3.7%9.7%13.8%7.8%13.6%11.9%6.3%10.7%10.8%11.8%12.2%14.8%74.4%25.6%4,627
US Mannoroth10.5%12%12.8%11.7%11.7%11.9%4.3%10.8%14.3%8.7%10.7%12.8%6.8%11.5%11.8%10.8%12.5%14.3%55.8%44.2%6,588
US Medivh9.9%12.5%13.6%11.5%12.3%11.5%4.5%9.5%14.7%9.2%12.6%12.1%6%11.3%10.1%12%11.9%14.9%69.4%30.6%6,193
US Misha9.5%16.8%13.1%13.3%9%9%3.4%11.6%14.3%7.8%15.6%8.6%11%10.8%8.6%9.5%15.4%12.7%65.5%34.5%1,185
US Mok'Nathal8.5%18.4%12.4%12.6%7.6%8.3%3.2%11.6%17.5%5.3%18.9%9.5%11.5%6.8%7.7%5.3%18.9%16%69.2%30.8%1,099
US Moon Guard11%15.3%16.6%12.6%8.3%9.6%4.7%10%12%7.5%14.9%13.4%14.1%10.4%10.8%6.7%11.6%10.6%38%62%792
US Moonrunner9.9%13.9%14.1%11.9%11.1%11.2%3.6%9.2%15%8%13.2%13.6%5.7%12.1%9.8%10.4%12.4%14.8%64.4%35.6%4,474
US Mug'thol10.2%11.4%13.3%11.2%12.2%11.8%4.9%10.2%14.7%9.3%9.2%14.1%8.2%11.4%11.7%10%11.9%14.1%44.2%55.8%6,953
US Muradin10.6%14.2%13.5%12.2%10.9%11.2%3.7%10.3%13.4%8.1%13%12.6%5.3%11.8%10.2%10.2%13%15.7%80.2%19.8%3,408
US Nagrand10.4%14.8%12.8%11%12.1%9.7%4.2%10.2%14.8%7.8%15.8%12.3%8.1%11.1%9%9.3%13.9%12.7%63%37%1,706
US Nathrezim10.2%11.2%13.7%12.5%11.3%12.5%4.2%10%14.4%8.9%10.6%13.4%6.6%12%11.7%11%12%13.7%58.1%41.9%5,525
US Nazgrel7%22%10.2%12.7%7.5%8.8%3.7%10.7%17.5%6.7%15.6%10.4%10.4%8.6%12.6%8.2%14.7%12.8%52.7%47.3%1,138
US Nazjatar10.7%12.4%14.3%10.6%10.9%12.3%5.6%10.7%12.5%7.5%11.3%12%7.9%12%14.2%10.4%12.1%12.7%42.2%57.8%2,458
US Ner'zhul9.9%11.3%13.2%11.6%12.1%12.1%4.5%10.5%14.9%8.9%10%13%7.1%11.8%11.8%9.9%12.8%14.7%59.4%40.6%7,019
US Nordrassil8.7%18.8%10.9%11.1%9.7%8.5%3.2%10.5%18.6%8.1%14.7%10.7%11.1%10.5%9.8%7.5%14.1%13.5%51.4%48.6%963
US Norgannon9.2%14.4%12.6%11.9%12.5%10.7%4%10.4%14.4%8.6%13.8%12.4%5.5%12.9%9.8%9.7%11.5%15.9%62.7%37.3%3,817
US Onyxia10.7%11.3%10.9%13%12%12.4%4%10.7%15%8.1%11.6%12.7%6.9%11.9%12.5%10.8%12.5%13.1%30.2%69.8%2,517
US Perenolde10.9%13.2%13.7%11.8%12.1%11.2%3.7%10.1%13.3%8.7%12.4%12%4.9%10.9%10.4%12.5%12.3%15.9%66.5%33.5%5,792
US Proudmoore9.9%13.1%14.3%10.6%12.2%10.9%3.7%10.6%14.7%9.6%12.3%13.2%5.1%12.6%9.4%11.4%12.1%14.2%68.8%31.2%6,773
US Quel'dorei10.5%16.9%8.7%13.8%9.5%10.5%4.5%9.1%16.3%6.4%17.2%11.7%9.8%11.7%10.7%5.5%14.6%12.4%53.6%46.4%903
US Ravencrest10.2%13.6%13.3%10.5%13%9.9%3.8%10.6%15.2%7.9%15.8%12.4%6.9%11%11.3%9.5%12.6%12.6%73.5%26.5%2,775
US Ravenholdt12%17.7%11%13.2%8.4%9.2%4.9%10.2%13.4%7.8%12.5%10.8%11.6%11.6%12.7%8.6%12.5%11.7%31.7%68.3%1,608
US Rexxar10.5%14.2%13.1%10.9%12.1%11.7%3.6%9.5%14.3%8.1%13.2%13.1%6.3%10.9%10.7%10.6%12.1%15.1%53.4%46.6%4,633
US Rivendare10.1%15.3%11.9%10.3%11.1%10.1%6.4%10.1%14.9%6.8%12%13%11%11.5%12.2%8.1%12.5%12.7%27.2%72.8%1,828
US Runetotem9.8%14.4%13.8%11.2%11.5%11.2%4.1%10.2%13.7%8.5%12.4%13.1%5.7%11.2%11.5%11.8%11.5%14.2%57.5%42.5%4,407
Alliance AllianceHorde Horde
RealmDruidHunterMagePaladinPriestRogueShamanWarlockWarriorDruidHunterMagePaladinPriestRogueShamanWarlockWarriorAllianceHordeTotal
US Sargeras11.5%12.1%12.6%11.6%11.6%12.1%4.6%10.2%13.7%9.6%10.9%14%7%10.7%12.3%11.4%11.5%12.5%52.8%47.2%7,031
US Scarlet Crusade10.6%11.8%12.6%12.5%13.2%11.3%3.5%10.2%14.3%8.2%12.1%12.7%5.7%12.8%9.9%12.1%11.5%15%63.6%36.4%4,600
US Scilla10.9%13.4%12.6%11.1%10.9%12.2%4.9%10.2%13.7%7.6%11.3%12.4%7.9%10.9%11.8%10.8%13.3%14%51.6%48.4%3,270
US Sen'jin9.6%14.3%12.7%11.8%12.9%10.4%4.7%9.3%14.3%9.4%14.1%11.8%5.8%12.4%11.4%9.7%11.5%13.9%57.6%42.4%3,678
US Sentinels10.5%16.1%11.1%11.4%11.5%11.4%4%10%14%8.4%14.9%10.4%7.3%11.6%9.5%10.1%13.1%14.7%60.3%39.7%2,005
US Shadow Council10.5%12.7%12.4%11.5%12.4%11.7%4.1%10.2%14.5%9.2%11.6%12.1%5.4%12.6%10.4%11.9%11.3%15.5%66.6%33.4%4,268
US Shadowmoon11.4%11.1%12.6%11.6%10.9%12.9%4.3%10.6%14.6%9.5%11.4%12%6.4%13.3%10.9%10.2%13.2%13.1%57%43%5,271
US Shadowsong10.8%13.2%14.2%11.2%12.7%10.8%3.8%9.7%13.6%9.2%12.2%12.9%5.8%10.5%10.9%11.6%12.4%14.4%64.2%35.8%5,563
US Shandris9.3%17.5%9.5%11.7%10.8%9.6%4.5%11.7%15.3%7%15.3%13.8%8.7%9.3%10.8%6.6%16.5%12.1%58.8%41.2%1,146
US Shattered Halls8.2%10.6%14.4%12.3%12.3%8.9%8.2%10.6%14.4%6.6%11.8%15.3%10.6%9.7%12.7%7.7%13.6%12%33.7%66.3%867
US Shattered Hand10.3%11.8%13.3%11.2%11%12.7%4.3%11.5%13.9%8.4%11.2%13.3%6.4%11.2%12.2%10.6%12.5%14.3%57.2%42.8%6,570
US Shu'halo9.1%15.6%13.6%9.9%11.9%12.3%3.6%9.4%14.5%8.6%14.7%10.7%5.9%10.9%11.1%11.9%12.2%13.9%52.3%47.7%1,993
US Silver Hand11.4%13%13.3%12%12.1%12%3.8%9.4%12.8%9.2%13.9%11.3%6.1%10.9%10.5%13.1%11.5%13.4%72.9%27.1%4,454
US Silvermoon10.1%13.7%14.3%11.4%12.2%10.9%3.7%10.3%13.3%9.8%12.6%13.1%6.7%11.5%10.1%10.4%11%14.7%69.4%30.6%4,710
US Sisters of Elune11.7%12.5%10.9%13.3%10.6%11.5%4.6%10.6%14.3%7.9%13.4%10.9%6.2%13.2%13.1%8.8%12.2%14.4%44.5%55.5%1,696
US Skullcrusher10.5%10.5%13.4%11.3%11.9%12.8%4.3%10.4%14.8%8.7%10.6%12.5%7.1%11.6%12.3%10.8%11.9%14.5%44.1%55.9%5,925
US Skywall10.1%12.7%13.4%12.1%12.3%11.5%3.7%9.8%14.6%8.7%12.5%12.5%5.4%12.6%10.6%11.1%12.3%14.5%57.1%42.9%4,339
US Smolderthorn10.2%10.9%12.3%11.8%11.9%14.5%4.7%9.3%14.3%8.4%10.8%13.4%6.4%11.9%12.4%10.8%11.5%14.5%42.1%57.9%5,970
US Spinebreaker11.5%11.5%13.1%11.9%10.9%13%3.6%10.5%14%9%11.5%12.6%6.4%11.5%11.8%10.5%12.6%14.1%40.2%59.8%6,317
US Spirestone11%12.3%13.1%11.4%12.2%12.2%4.1%10.3%13.3%8.7%10.3%13.8%6.6%11.3%12.7%10.5%12%14.1%49%51%5,980
US Staghelm10%12.5%13.5%12.4%11%11.8%3.9%9.5%15.4%8.6%12.8%11.9%6%11.7%11.3%11%11.9%14.7%67.8%32.2%4,578
US Steamwheedle Cartel10.7%13.6%11.1%13.1%12.5%12.1%3.4%9.6%14%8.4%13.5%12.8%6.6%12.2%9.2%10.7%12.4%14.3%54.1%45.9%2,830
US Stonemaul10.2%11.3%13.8%12.7%11.3%12.7%4.8%9.3%13.9%8.9%10.1%12.3%6.3%13.4%12.6%10.5%12.4%13.4%59.1%40.9%6,041
US Stormrage10.9%13.7%13.6%11.1%12.1%12%3.3%9.7%13.5%8.1%11.7%12.5%5%12%11%11.2%14.8%13.6%80.2%19.8%5,634
US Stormreaver10.3%11.7%13.1%11%12.1%13%3.9%11%13.9%9.4%10.8%12.9%7.2%11.3%11.1%10.8%12.4%14.1%55.1%44.9%6,076
Alliance AllianceHorde Horde
RealmDruidHunterMagePaladinPriestRogueShamanWarlockWarriorDruidHunterMagePaladinPriestRogueShamanWarlockWarriorAllianceHordeTotal
US Stormscale10%11.3%13.9%11.8%11.6%12.2%4.7%10.7%13.8%8.5%10.8%13.1%6.5%12.9%12.4%10.4%12.2%13.3%53.9%46.1%6,025
US Suramar9.5%12.4%14%11.1%12.1%12%4%10%14.9%9.4%10.7%12.1%5.9%12.1%10.1%11.6%13.1%15%70.7%29.3%5,604
US Tanaris9.3%18.2%11.6%12.5%10.5%11.2%3.1%9.1%14.4%5.4%17.5%11.1%5.4%11.7%9.6%8.3%14.4%16.5%71%29%2,154
US Terenas10.2%14.4%13.1%11.5%12.2%11.2%3.2%10.2%14.1%9.9%12.7%12.9%4.2%12%10.4%11.7%11.6%14.5%67%33%5,285
US Terokkar10.6%15.8%11.9%11.6%10.6%9.6%4.1%8.8%17.1%6.4%16.5%10.9%9.2%10.4%10.2%8.3%14.7%13.5%47.8%52.2%810
US Thaurissan10.8%13.6%12.8%12.4%11.7%11.4%5%9.1%13.1%7.2%11.1%12.5%7.9%12.4%11.9%9.1%14.5%13.3%21.8%78.2%3,222
US The Forgotten Coast7.6%16.8%11%14.2%9%10.8%4.1%11.7%14.8%8%12%12.8%7.5%11.4%13.3%8.6%12.8%13.7%31.5%68.5%1,762
US The Scryers11.2%15%12%11.9%11.7%11.7%4%8.7%13.8%8.9%15.1%12.1%6.6%11.9%8.5%10.8%11.9%14.3%63.2%36.8%2,357
US The Underbog11%14.4%11.7%12.6%9.8%12.9%4.7%9.1%13.9%8.7%10.7%13.1%7.7%11.8%12.5%9.3%11.9%14.3%39.9%60.1%2,309
US The Venture Co11.5%13.2%11.8%13.9%9.7%12.5%4%9.5%13.9%8.4%11.7%11.3%8.1%11%12.5%10.8%13%13.2%47%53%2,257
US Thorium Brotherhood10.6%13.7%12.6%13.1%12.3%9.8%4%9.5%14.2%8.4%14.2%11.2%6.2%11.8%10.7%10.5%12.1%14.9%58.7%41.3%3,052
US Thrall9.8%15%12.7%12.3%10.8%11%4%9.7%14.6%8.2%13%12.6%6.3%11.9%10.7%10.2%12.3%14.9%51.8%48.2%4,203
US Thunderhorn10.6%13.1%14.1%11.3%11.7%11.5%3.7%9.5%14.5%8.8%13%12.3%5.8%12.5%11.6%10%11.7%14.3%60.6%39.4%5,269
US Thunderlord10%12.6%13.1%12.5%11.4%12.2%3.7%10.5%14%8.7%10.7%12%6.3%11.1%12.9%11.7%11.7%14.9%61%39%5,261
US Tichondrius9.8%11.1%13.2%11.4%12.5%12.8%4.6%10.2%14.4%8.3%10%12.9%7.4%12.4%12.2%9.8%12.3%14.6%43%57%7,504
US Tortheldrin6.1%11.3%13.7%18.4%9%11.8%4.2%8.5%17%6.5%12.5%13.5%13.1%11.4%12.7%7.4%12.5%10.3%16.3%83.7%1,304
US Trollbane10.4%14.5%13%11.1%10.9%13%3.6%8.7%14.7%8.2%14%11.7%6.3%11.6%9.6%10.3%13.4%15%57.4%42.6%2,737
US Turalyon9.8%13.8%13.3%12.3%12.1%10%3.9%9.9%14.8%8.6%13.6%11.1%6.4%11.3%11.1%10.2%12.9%14.7%62.9%37.1%3,897
US Twisting Nether10.3%13.2%12.2%12.2%11.5%12.1%4.6%10.1%13.6%8.9%12.3%12.9%6.2%11.1%12.5%10.8%11.4%14.1%47.7%52.3%4,039
US Uldaman10.5%14.7%11.8%12.2%11.6%10.1%4.3%9.9%14.8%9.2%12.5%12.3%7%11.4%10.3%10.6%13%13.6%62.1%37.9%2,999
US Uldum10.2%12.7%12.9%12.1%12.1%11.8%3.9%9.9%14.3%8.4%13.4%12.4%5.5%11.5%10.4%12.2%11.3%15%66.7%33.3%6,019
US Undermine9.8%17.2%12.6%12.7%10.1%9.5%3.7%8.6%16%5.5%14.4%11.6%7.2%12.5%9.6%10.1%13.6%15.4%64%36%2,511
US Ursin10.8%11.3%12.1%12.6%11.5%13.1%4.5%10.8%13.5%8.6%11.4%12.1%7.3%11.1%13.1%10.6%12.1%13.6%43.8%56.2%4,306
US Uther10.5%12.8%13.5%11.1%12.3%11.4%4.1%10%14.4%8.3%12.6%13.2%5.8%11.6%11.3%10.1%11.7%15.3%64%36%6,516
US Vashj9.1%13.7%11.6%12.2%12.8%10.4%5.5%10.7%14%7.5%11.6%11.7%8.7%11.3%12.1%10.1%13.2%13.8%25.7%74.3%1,277
Alliance AllianceHorde Horde
RealmDruidHunterMagePaladinPriestRogueShamanWarlockWarriorDruidHunterMagePaladinPriestRogueShamanWarlockWarriorAllianceHordeTotal
US Vek'nilash10.6%13.7%13.5%11.4%11.8%10.9%4.1%9.5%14.4%8.6%12.2%12.8%6.5%11.7%10%11.7%12.1%14.5%63.3%36.7%4,072
US Velen9.4%17.6%11.4%12.9%10.1%9.2%4.2%8.7%16.6%7.7%17.9%10.3%12.3%10.8%9.4%5.1%13.4%13.1%53.5%46.5%755
US Warsong10.2%11.9%14.1%11.8%12.1%12.4%4.3%10.1%13.2%8.3%11.4%13.3%6.3%11.2%11.5%10.9%13.5%13.6%52.7%47.3%6,852
US Whisperwind11%13.6%14.4%10.9%11.6%11.1%3.5%10.4%13.5%8.3%12.6%13.7%5.4%12.2%10.4%11.3%11.5%14.5%62.8%37.2%5,683
US Wildhammer10.8%12.3%12.7%11.3%10.8%12.5%4.5%10.4%14.8%8.7%10.8%13.3%6.7%10.7%12.7%11%11.1%14.9%46.1%53.9%5,117
US Windrunner10%13.1%12.8%11.9%12.2%12.2%4%9.5%14.4%8.8%12.9%13.4%4.3%12.3%11%10.8%12.2%14.3%80.1%19.9%5,462
US Ysera10.8%13.2%13.6%11.7%12%11.3%4.5%9%14%8.5%12.9%12.8%6.5%11.7%11.4%10.2%11.8%14.3%53.5%46.5%3,893
US Ysondre9.6%16.6%11.9%11.9%10.9%11.2%3.4%11.4%13.3%8.7%11.7%12.6%7.2%11.3%11.6%9.8%13.4%13.7%34.2%65.8%1,803
US Zangarmarsh9.9%16.1%13.6%10.4%11.8%11.1%3.2%9.9%13.9%9.4%14%11.4%5.2%12.8%11%9.9%12.7%13.6%74.4%25.6%2,923
US Zul'jin11.1%13.5%13.4%10.6%12.8%10.8%3.7%10.6%13.5%9.3%11.7%13%6.3%12.5%10.7%10.6%11.7%14.3%60%40%5,949
US Zuluhed12.6%14.9%11.9%12.7%9.6%10.2%3.3%10.4%14.4%8.7%12.1%12.5%6.8%9.4%13.3%10.3%13.2%13.7%43.8%56.2%1,455



LowHigh
         


NOTE: This data represents the realm balance as seen in the data I have collected and is not necessarily true of the realm's *actual* balance - but it should be pretty indicative.

The information contained in these reports can be used freely in your own site provided there is an accreditation & hyperlink to the source of the data.