View Single Post
08-11-12, 08:10 PM   #205
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
Decided to get the info from what specs have what IDs from GetSpecializationInfoByID()

Here is the list:
Code:
["HUNTER"] = {
	[255] = "Survival",
	[254] = "Marksmanship",
	[253] = "Beast Mastery",
},
["WARRIOR"] = {
	[73] = "Protection",
	[71] = "Arms",
	[72] = "Fury",
},
["PALADIN"] = {
	[70] = "Retribution",
	[65] = "Holy",
	[66] = "Protection",
},
["MAGE"] = {
	[64] = "Frost",
	[63] = "Fire",
	[62] = "Arcane",
},
["PRIEST"] = {
	[257] = "Holy",
	[258] = "Shadow",
	[256] = "Discipline",
},
["WARLOCK"] = {
	[266] = "Demonology",
	[267] = "Destruction",
	[265] = "Affliction",
},
["DEATHKNIGHT"] = {
	[252] = "Unholy",
	[251] = "Frost",
	[250] = "Blood",
},
["SHAMAN"] = {
	[263] = "Enhancement",
	[264] = "Restoration",
	[262] = "Elemental",
},
["DRUID"] = {
	[103] = "Feral",
	[104] = "Guardian",
	[102] = "Balance",
	[105] = "Restoration",
},
["MONK"] = {
	[269] = "Windwalker",
	[270] = "Mistweaver",
	[268] = "Brewmaster",
},
["ROGUE"] = {
	[260] = "Combat",
	[261] = "Subtlety",
	[259] = "Assassination",
},