From f309cf79bbb032a0686b7d04feb8fec18e600a84 Mon Sep 17 00:00:00 2001
From: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
Date: Sat, 12 Jun 2021 14:50:58 +0200
Subject: chore: file naming standard (#517)
* A
* file naming standard
Fixes #491
* Revert "A"
This reverts commit 1c225fed753554098069597a2bbcbe08213b76a1.
* rename
* Revert "rename"
This reverts commit 65fd916faf8530ce258cc2b475c93971468680fe.
* Revert "file naming standard"
This reverts commit 6ca5a703a9e9d59f9c773029e4c04bfd012b6abb.
* bye
* Hi
* Create the-staging-branch.md
* 1
* Delete how-to-create-a-PR.md
* Create how-to-create-a-pr.md
* werafgt
* Update the-modular-structure.md
* wef
---
_includes/azerothcore/sidebar.html | 30 +-
docs/Achievement.md | 1854 ---------------
docs/Achievement_Criteria.md | 446 ----
docs/Add-a-module.md | 63 -
docs/AreaTable.md | 2379 --------------------
docs/Bit-and_bytes-tutorial.md | 281 ---
docs/Bountysource.md | 42 -
docs/CMake-options.md | 26 -
docs/Contribute.md | 56 -
docs/Create-a-Module.md | 119 -
docs/Create-a-Script.md | 23 -
docs/Creating-Accounts.md | 45 -
docs/DBC-AreaTrigger.md | 1253 -----------
docs/Database-Manual-Setup.md | 27 -
docs/Database-squash.md | 72 -
docs/Directory-Structure.md | 72 -
docs/Emotes.md | 201 --
docs/Environment-Variable.md | 26 -
docs/FAQ.md | 48 -
docs/Faction.md | 450 ----
docs/FactionTemplate.md | 953 --------
docs/GM-Commands.md | 527 -----
docs/Holidays.md | 76 -
docs/Hooks-Bash.md | 7 -
docs/Hooks-Cmake.md | 11 -
docs/How-to-ask-for-help.md | 87 -
docs/How-to-create-a-PR.md | 228 --
...rinityCore-commits-of-specific-code-addition.md | 43 -
docs/How-to-obtain-free-records.md | 67 -
docs/How-to-spot-db-struct-diff-commits.md | 35 -
docs/How-to-test-DB-only-changes.md | 63 -
docs/How-to-test-a-PR.md | 143 --
...e-performance-by-disabling-optional-features.md | 4 -
docs/Install-with-Docker.md | 309 ---
docs/Installation.md | 65 -
docs/Languages.md | 37 -
docs/Make-sure-your-db-is-updated | 1 -
docs/Map.md | 172 --
docs/Memory-Usage.md | 19 -
docs/MySQLtypesC++.md | 214 --
docs/PageTextMaterial.md | 31 -
docs/Project-Versioning.md | 49 -
docs/Remote-Access.md | 198 --
docs/SQL-Versioning.md | 69 -
docs/SkillLine.md | 194 --
docs/Spell.md | 272 ---
docs/Spell_system.md | 30 -
docs/The-Modular-Structure.md | 40 -
docs/The-Staging-Branch.md | 16 -
docs/TotemCategory.md | 63 -
...nityCore-to-AzerothCore-characters-migration.md | 37 -
docs/Update.md | 27 -
docs/UpdateFields.md | 126 --
docs/Upgrade-from-pre-2.0.0-to-latest-master.md | 21 -
docs/Upgrade-from-pre-3.0.0-to-latest-master.md | 23 -
docs/Waypoints-Information.md | 112 -
docs/achievement.md | 1858 +++++++++++++++
docs/achievement_criteria.md | 450 ++++
docs/add-a-module.md | 68 +
docs/areatable.md | 2379 ++++++++++++++++++++
docs/bash_system.md | 2 +-
docs/bit-and-bytes-tutorial.md | 285 +++
docs/bountysource.md | 48 +
docs/client-setup.md | 2 +-
docs/cmake-options.md | 32 +
docs/contribute.md | 62 +
docs/core-installation.md | 2 +-
docs/create-a-module.md | 124 +
docs/create-a-script.md | 29 +
docs/creating-accounts.md | 49 +
docs/database-installation.md | 2 +-
docs/database-keeping-the-server-up-to-date.md | 2 +-
docs/database-manual-setup.md | 32 +
docs/database-squash.md | 78 +
docs/dbc-areatrigger.md | 1257 +++++++++++
docs/directory-structure.md | 78 +
docs/documentation_index.md | 22 +-
docs/emotes.md | 205 ++
docs/environment-variable.md | 32 +
docs/faction.md | 454 ++++
docs/factiontemplate.md | 957 ++++++++
docs/faq.md | 54 +
docs/final-server-steps.md | 6 +-
docs/getting-started.md | 2 +-
docs/gm-commands.md | 531 +++++
docs/holidays.md | 80 +
docs/home.md | 2 +-
docs/hooks-bash.md | 13 +
docs/hooks-cmake.md | 15 +
docs/hooks-script.md | 2 +-
docs/how-to-ask-for-help.md | 91 +
docs/how-to-create-a-pr.md | 232 ++
...rinitycore-commits-of-specific-code-addition.md | 49 +
docs/how-to-obtain-free-records.md | 71 +
docs/how-to-restart-and-debug.md | 2 +-
docs/how-to-spot-db-struct-diff-commits.md | 41 +
docs/how-to-test-a-pr.md | 147 ++
docs/how-to-test-db-only-changes.md | 69 +
docs/install-with-docker.md | 310 +++
docs/installation.md | 69 +
docs/item_sparse.md | 600 -----
docs/keeping-the-server-up-to-date.md | 2 +-
docs/languages.md | 41 +
docs/linux-core-installation.md | 4 +-
docs/linux-keeping-the-server-up-to-date.md | 2 +-
docs/linux-requirements.md | 6 +-
docs/linux-server-setup.md | 2 +-
docs/macos-core-installation.md | 4 +-
docs/macos-keeping-the-server-up-to-date.md | 2 +-
docs/macos-requirements.md | 6 +-
docs/macos-server-setup.md | 2 +-
docs/map.md | 176 ++
docs/memory-usage.md | 25 +
docs/mysqltypescpp.md | 220 ++
docs/networking.md | 2 +-
docs/pagetextmaterial.md | 35 +
docs/project-versioning.md | 54 +
docs/quest_poi.md | 2 +-
docs/remote-access.md | 204 ++
docs/requirements.md | 6 +-
docs/server-setup.md | 2 +-
docs/skillline.md | 198 ++
docs/spell.md | 276 +++
docs/sql-versioning.md | 75 +
docs/the-modular-structure.md | 44 +
docs/the-staging-branch.md | 22 +
docs/totemcategory.md | 67 +
...nitycore-to-azerothcore-characters-migration.md | 41 +
docs/update.md | 31 +
docs/updatefields.md | 130 ++
docs/upgrade-from-pre-2.0.0-to-latest-master.md | 27 +
docs/upgrade-from-pre-3.0.0-to-latest-master.md | 29 +
docs/waypoints-information.md | 116 +
docs/windows-core-installation.md | 2 +-
docs/windows-keeping-the-server-up-to-date.md | 2 +-
docs/windows-requirements.md | 6 +-
docs/windows-server-setup.md | 2 +-
137 files changed, 12125 insertions(+), 12517 deletions(-)
delete mode 100644 docs/Achievement.md
delete mode 100644 docs/Achievement_Criteria.md
delete mode 100644 docs/Add-a-module.md
delete mode 100644 docs/AreaTable.md
delete mode 100644 docs/Bit-and_bytes-tutorial.md
delete mode 100644 docs/Bountysource.md
delete mode 100644 docs/CMake-options.md
delete mode 100644 docs/Contribute.md
delete mode 100644 docs/Create-a-Module.md
delete mode 100644 docs/Create-a-Script.md
delete mode 100644 docs/Creating-Accounts.md
delete mode 100644 docs/DBC-AreaTrigger.md
delete mode 100644 docs/Database-Manual-Setup.md
delete mode 100644 docs/Database-squash.md
delete mode 100644 docs/Directory-Structure.md
delete mode 100644 docs/Emotes.md
delete mode 100644 docs/Environment-Variable.md
delete mode 100644 docs/FAQ.md
delete mode 100644 docs/Faction.md
delete mode 100644 docs/FactionTemplate.md
delete mode 100644 docs/GM-Commands.md
delete mode 100644 docs/Holidays.md
delete mode 100644 docs/Hooks-Bash.md
delete mode 100644 docs/Hooks-Cmake.md
delete mode 100644 docs/How-to-ask-for-help.md
delete mode 100644 docs/How-to-create-a-PR.md
delete mode 100644 docs/How-to-find-TrinityCore-commits-of-specific-code-addition.md
delete mode 100644 docs/How-to-obtain-free-records.md
delete mode 100644 docs/How-to-spot-db-struct-diff-commits.md
delete mode 100644 docs/How-to-test-DB-only-changes.md
delete mode 100644 docs/How-to-test-a-PR.md
delete mode 100644 docs/Improve-performance-by-disabling-optional-features.md
delete mode 100644 docs/Install-with-Docker.md
delete mode 100644 docs/Installation.md
delete mode 100644 docs/Languages.md
delete mode 100644 docs/Make-sure-your-db-is-updated
delete mode 100644 docs/Map.md
delete mode 100644 docs/Memory-Usage.md
delete mode 100644 docs/MySQLtypesC++.md
delete mode 100644 docs/PageTextMaterial.md
delete mode 100644 docs/Project-Versioning.md
delete mode 100644 docs/Remote-Access.md
delete mode 100644 docs/SQL-Versioning.md
delete mode 100644 docs/SkillLine.md
delete mode 100644 docs/Spell.md
delete mode 100644 docs/Spell_system.md
delete mode 100644 docs/The-Modular-Structure.md
delete mode 100644 docs/The-Staging-Branch.md
delete mode 100644 docs/TotemCategory.md
delete mode 100644 docs/TrinityCore-to-AzerothCore-characters-migration.md
delete mode 100644 docs/Update.md
delete mode 100644 docs/UpdateFields.md
delete mode 100644 docs/Upgrade-from-pre-2.0.0-to-latest-master.md
delete mode 100644 docs/Upgrade-from-pre-3.0.0-to-latest-master.md
delete mode 100644 docs/Waypoints-Information.md
create mode 100644 docs/achievement.md
create mode 100644 docs/achievement_criteria.md
create mode 100644 docs/add-a-module.md
create mode 100644 docs/areatable.md
create mode 100644 docs/bit-and-bytes-tutorial.md
create mode 100644 docs/bountysource.md
create mode 100644 docs/cmake-options.md
create mode 100644 docs/contribute.md
create mode 100644 docs/create-a-module.md
create mode 100644 docs/create-a-script.md
create mode 100644 docs/creating-accounts.md
create mode 100644 docs/database-manual-setup.md
create mode 100644 docs/database-squash.md
create mode 100644 docs/dbc-areatrigger.md
create mode 100644 docs/directory-structure.md
create mode 100644 docs/emotes.md
create mode 100644 docs/environment-variable.md
create mode 100644 docs/faction.md
create mode 100644 docs/factiontemplate.md
create mode 100644 docs/faq.md
create mode 100644 docs/gm-commands.md
create mode 100644 docs/holidays.md
create mode 100644 docs/hooks-bash.md
create mode 100644 docs/hooks-cmake.md
create mode 100644 docs/how-to-ask-for-help.md
create mode 100644 docs/how-to-create-a-pr.md
create mode 100644 docs/how-to-find-trinitycore-commits-of-specific-code-addition.md
create mode 100644 docs/how-to-obtain-free-records.md
create mode 100644 docs/how-to-spot-db-struct-diff-commits.md
create mode 100644 docs/how-to-test-a-pr.md
create mode 100644 docs/how-to-test-db-only-changes.md
create mode 100644 docs/install-with-docker.md
create mode 100644 docs/installation.md
delete mode 100644 docs/item_sparse.md
create mode 100644 docs/languages.md
create mode 100644 docs/map.md
create mode 100644 docs/memory-usage.md
create mode 100644 docs/mysqltypescpp.md
create mode 100644 docs/pagetextmaterial.md
create mode 100644 docs/project-versioning.md
create mode 100644 docs/remote-access.md
create mode 100644 docs/skillline.md
create mode 100644 docs/spell.md
create mode 100644 docs/sql-versioning.md
create mode 100644 docs/the-modular-structure.md
create mode 100644 docs/the-staging-branch.md
create mode 100644 docs/totemcategory.md
create mode 100644 docs/trinitycore-to-azerothcore-characters-migration.md
create mode 100644 docs/update.md
create mode 100644 docs/updatefields.md
create mode 100644 docs/upgrade-from-pre-2.0.0-to-latest-master.md
create mode 100644 docs/upgrade-from-pre-3.0.0-to-latest-master.md
create mode 100644 docs/waypoints-information.md
diff --git a/_includes/azerothcore/sidebar.html b/_includes/azerothcore/sidebar.html
index 5fe0397..c7156ed 100644
--- a/_includes/azerothcore/sidebar.html
+++ b/_includes/azerothcore/sidebar.html
@@ -3,7 +3,7 @@
How-To ( branch master ) Edit
Install:
Contribute:
Documentation
@@ -35,20 +35,20 @@
Other:
Archive
diff --git a/docs/Achievement.md b/docs/Achievement.md
deleted file mode 100644
index bf4e6ba..0000000
--- a/docs/Achievement.md
+++ /dev/null
@@ -1,1854 +0,0 @@
-# Achievement
-
-`Back-to:DBC`
-
-**Achievement.dbc**
-
-This DBC contains all achievements.
-
- **Version is : 3.3.5a**
-
-## Structure
-
-| Column | Field | Type | Notes |
-|--------|----------------------|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| 1 | ID | Integer | Achievement ID |
-| 2 | Faction | Integer | -1: both, 0: Horde or 1: Alliance |
-| 3 | Map | Integer | Only set if achievement is related to a zone, otherwise set to -1 |
-| 4 | Previous | Integer | If the Achievement belongs to a series, this is the ID of the previous one. 0 otherwise. |
-| 5-20 | Name | String + Loc | |
-| 21 | ? | | Seems to be always 0xFF01FE |
-| 22-37 | Description | String + Loc | If Description is empty, it's not an Achievement but part of the statistics tab |
-| 38 | ? | | Seems to be always 16712190, in rare cases 16712188 (instances ?) |
-| 39 | Category | Integer | Category ID |
-| 40 | Points | Integer | 0,5,10,15,20,25,30,50 |
-| 41 | OrderInGroup | Integer | Min. value: 1 |
-| 42 | Flags | Integer | 0-768, if it's 256 only one person per Realm can reach that achievement and if it's 768 it's only reachable for one raid per realm. Perhaps a second category? |
-| 43 | SpellIcon | Integer | An icon to display. |
-| 44-59 | Reward | String+ Loc | |
-| 47 | Bonus | | Additional reward text |
-| 60 | ? | | Float number ? |
-| 61 | Demands | Integer | Number of things you have to get/fulfill to get this Achievement. For example if you have to get 25 tabards, there is a 25. TrinityCore: "need this count of completed criterias (own or referenced achievement criterias)" |
-| 62 | ReferencedAchievemnt | Integer | TrinityCore: "referenced achievement (counting of all completed criterias)" |
-
-## Content
-
-| ID | Name |
-|------|--------------------------------------------------------------------------------|
-| 6 | Level 10 |
-| 7 | Level 20 |
-| 8 | Level 30 |
-| 9 | Level 40 |
-| 10 | Level 50 |
-| 11 | Level 60 |
-| 12 | Level 70 |
-| 13 | Level 80 |
-| 15 | Plenty of Pets |
-| 16 | Did Somebody Order a Knuckle Sandwich? |
-| 31 | A Simple Re-Quest |
-| 32 | 2000 Quests Completed |
-| 33 | Nothing Boring About Borean |
-| 34 | I've Toured the Fjord |
-| 35 | Might of Dragonblight |
-| 36 | The Empire of Zul'Drak |
-| 37 | Fo' Grizzle My Shizzle |
-| 38 | The Summit of Storm Peaks |
-| 39 | Into the Basin |
-| 40 | Icecrown: The Final Goal |
-| 41 | Loremaster of Northrend |
-| 42 | Explore Eastern Kingdoms |
-| 43 | Explore Kalimdor |
-| 44 | Explore Outland |
-| 45 | Explore Northrend |
-| 46 | World Explorer |
-| 49 | Alterac Valley victories |
-| 50 | Eye of the Storm victories |
-| 51 | Arathi Basin victories |
-| 52 | Warsong Gulch battles |
-| 53 | Alterac Valley battles |
-| 54 | Eye of the Storm battles |
-| 55 | Arathi Basin battles |
-| 56 | Deaths in Warsong Gulch |
-| 57 | Deaths in Alterac Valley |
-| 58 | Deaths from Drek'Thar |
-| 59 | Deaths in Arathi Basin |
-| 60 | Total deaths |
-| 73 | Disgracin' The Basin |
-| 94 | Quests abandoned |
-| 95 | Average quests completed per day |
-| 97 | Daily quests completed |
-| 98 | Quests completed |
-| 99 | Ruins of Lordaeron matches |
-| 100 | Ring of Trials victories |
-| 101 | Ring of Trials matches |
-| 102 | Ruins of Lordaeron victories |
-| 103 | Circle of Blood matches |
-| 104 | Circle of Blood victories |
-| 105 | Warsong Gulch victories |
-| 107 | Creatures killed |
-| 108 | Critters killed |
-| 110 | Lich King 5-player boss killed the most |
-| 112 | Deaths from drowning |
-| 113 | Deaths from fatigue |
-| 114 | Deaths from falling |
-| 115 | Deaths from fire and lava |
-| 116 | Professional Journeyman |
-| 121 | Journeyman Cook |
-| 122 | Expert Cook |
-| 123 | Artisan Cook |
-| 124 | Master Cook |
-| 125 | Grand Master Cook |
-| 126 | Journeyman Fisherman |
-| 127 | Expert Fisherman |
-| 128 | Artisan Fisherman |
-| 129 | Master Fisherman |
-| 130 | Grand Master Fisherman |
-| 131 | Journeyman in First Aid |
-| 132 | Expert in First Aid |
-| 133 | Artisan in First Aid |
-| 134 | Master in First Aid |
-| 135 | Grand Master in First Aid |
-| 137 | Stocking Up |
-| 141 | Ultimate Triage |
-| 144 | The Lurker Above |
-| 150 | The Fishing Diplomat |
-| 153 | The Old Gnome and the Sea |
-| 154 | Arathi Basin Victory |
-| 155 | Arathi Basin Veteran |
-| 156 | Territorial Dominance |
-| 157 | To The Rescue |
-| 158 | Me and the Cappin' Makin' it Happen |
-| 159 | Let's Get This Done |
-| 161 | Resilient Victory |
-| 162 | We Had It All Along cough |
-| 165 | Arathi Basin Perfection |
-| 166 | Warsong Gulch Victory |
-| 167 | Warsong Gulch Veteran |
-| 168 | Warsong Gulch Perfection |
-| 178 | Enchanting formulae learned |
-| 181 | Items disenchanted |
-| 183 | Materials produced from disenchanting |
-| 189 | Largest heal cast |
-| 193 | Largest hit dealt |
-| 197 | Total damage done |
-| 198 | Total healing done |
-| 199 | Capture the Flag |
-| 200 | Persistent Defender |
-| 201 | Warsong Expedience |
-| 202 | Quick Cap |
-| 203 | Not In My House |
-| 204 | Ironman |
-| 206 | Supreme Defender |
-| 207 | Save The Day |
-| 208 | Eye of the Storm Victory |
-| 209 | Eye of the Storm Veteran |
-| 211 | Storm Glory |
-| 212 | Storm Capper |
-| 213 | Stormtrooper |
-| 214 | Flurry |
-| 216 | Bound for Glory |
-| 218 | Alterac Valley Victory |
-| 219 | Alterac Valley Veteran |
-| 220 | Stormpike Perfection |
-| 221 | Alterac Grave Robber |
-| 222 | Tower Defense |
-| 223 | The Sickly Gazelle |
-| 224 | Loyal Defender |
-| 225 | Everything Counts |
-| 226 | The Alterac Blitz |
-| 227 | Damage Control |
-| 229 | The Grim Reaper |
-| 230 | Battlemaster |
-| 231 | Wrecking Ball |
-| 233 | Bloodthirsty Berserker |
-| 238 | An Honorable Kill |
-| 239 | 25000 Honorable Kills |
-| 245 | That Takes Class |
-| 246 | Know Thy Enemy |
-| 247 | Make Love Not Warcraft |
-| 248 | Sunday's Finest |
-| 249 | Dressed for the Occasion |
-| 252 | With a Little Helper from My Friends |
-| 255 | Bring Me The Head of... Oh Wait |
-| 259 | Scrooge |
-| 260 | Charming |
-| 263 | Ice the Frost Lord |
-| 271 | Burning Hot Pole Dance |
-| 272 | Torch Juggler |
-| 273 | On Metzen |
-| 275 | Veteran Nanny |
-| 277 | 'Tis the Season |
-| 279 | Simply Abominable |
-| 281 | First Aid skill |
-| 283 | The Masquerade |
-| 284 | A Mask for All Occasions |
-| 288 | Out With It |
-| 289 | The Savior of Hallow's End |
-| 291 | Check Your Head |
-| 292 | Sinister Calling |
-| 293 | Disturbing the Peace |
-| 295 | Direbrewfest |
-| 303 | Have Keg Will Travel |
-| 306 | Master Angler of Azeroth |
-| 318 | Total deaths from opposite faction |
-| 319 | Duels won |
-| 320 | Duels lost |
-| 321 | Total raid and dungeon deaths |
-| 322 | Total deaths to Lich King dungeon bosses |
-| 323 | Total deaths to Lich King 10-player raid bosses |
-| 324 | Total deaths to Lich King 25-player raid bosses |
-| 326 | Gold from quest rewards |
-| 328 | Total gold acquired |
-| 329 | Auctions posted |
-| 330 | Auction purchases |
-| 331 | Most expensive bid on auction |
-| 332 | Most expensive auction sold |
-| 333 | Gold looted |
-| 334 | Most gold ever owned |
-| 336 | Legendary items acquired |
-| 338 | Vanity pets owned |
-| 339 | Mounts owned |
-| 341 | Epic items looted |
-| 342 | Epic items acquired |
-| 344 | Bandages used |
-| 345 | Health potions consumed |
-| 346 | Beverages consumed |
-| 347 | Food eaten |
-| 349 | Flight paths taken |
-| 350 | Mage Portals taken |
-| 353 | Number of times hearthed |
-| 362 | 5v5 victories |
-| 363 | 5v5 matches |
-| 364 | 3v3 victories |
-| 365 | 3v3 matches |
-| 366 | 2v2 victories |
-| 367 | 2v2 matches |
-| 370 | Highest 2 man personal rating |
-| 374 | Highest 2 man team rating |
-| 377 | Most factions at Exalted |
-| 378 | Most factions at Revered or higher |
-| 381 | World Honorable Kills |
-| 382 | Battleground Honorable Kills |
-| 383 | Arena Honorable Kills |
-| 388 | City Defender |
-| 389 | Gurubashi Arena Master |
-| 393 | Alterac Valley towers defended |
-| 394 | Alterac Valley towers captured |
-| 395 | Warsong Gulch flags captured |
-| 396 | Gurubashi Arena Grand Master |
-| 397 | Step Into The Arena |
-| 398 | Mercilessly Dedicated |
-| 399 | Just the Two of Us: 1550 |
-| 400 | Just the Two of Us: 1750 |
-| 401 | Just the Two of Us: 2000 |
-| 402 | Three's Company: 1550 |
-| 403 | Three's Company: 1750 |
-| 404 | High Five: 2000 |
-| 405 | Three's Company: 2000 |
-| 406 | High Five: 1550 |
-| 407 | High Five: 1750 |
-| 408 | Hot Streak |
-| 409 | Last Man Standing |
-| 411 | Murky |
-| 412 | Murloc Costume |
-| 414 | Tyrael's Hilt |
-| 415 | Big Blizzard Bear |
-| 416 | Scarab Lord |
-| 418 | Merciless Gladiator |
-| 419 | Vengeful Gladiator |
-| 420 | Brutal Gladiator |
-| 424 | Why? Because It's Red |
-| 425 | Atiesh Greatstaff of the Guardian |
-| 426 | Warglaives of Azzinoth |
-| 428 | Thunderfury Blessed Blade of the Windseeker |
-| 429 | Sulfuras Hand of Ragnaros |
-| 430 | Amani War Bear |
-| 431 | Hand of A'dal |
-| 432 | Champion of the Naaru |
-| 433 | Grand Marshal |
-| 434 | Field Marshal |
-| 435 | Commander |
-| 436 | Lieutenant Commander |
-| 437 | Knight-Champion |
-| 438 | Knight-Captain |
-| 439 | Knight |
-| 440 | Sergeant Major |
-| 441 | Master Sergeant |
-| 442 | Private |
-| 443 | High Warlord |
-| 444 | Lieutenant General |
-| 445 | Warlord |
-| 446 | General |
-| 447 | Champion |
-| 448 | Centurion |
-| 449 | Blood Guard |
-| 450 | Senior Sergeant |
-| 451 | Stone Guard |
-| 452 | First Sergeant |
-| 453 | Sergeant |
-| 454 | Scout |
-| 456 | Realm First |
-| 457 | Realm First |
-| 458 | Realm First |
-| 459 | Realm First |
-| 460 | Realm First |
-| 461 | Realm First |
-| 462 | Realm First |
-| 463 | Realm First |
-| 464 | Realm First |
-| 465 | Realm First |
-| 466 | Realm First |
-| 467 | Realm First |
-| 468 | Grunt |
-| 469 | Legionnaire |
-| 470 | Corporal |
-| 471 | Sergeant |
-| 472 | Knight-Lieutenant |
-| 473 | Marshal |
-| 477 | Utgarde Keep |
-| 478 | The Nexus |
-| 479 | The Culling of Stratholme |
-| 480 | Azjol-Nerub |
-| 481 | Ahn'kahet: The Old Kingdom |
-| 482 | Drak'Tharon Keep |
-| 483 | The Violet Hold |
-| 484 | Gundrak |
-| 485 | Halls of Stone |
-| 486 | Halls of Lightning |
-| 487 | The Oculus |
-| 488 | Utgarde Pinnacle |
-| 489 | Heroic: Utgarde Keep |
-| 490 | Heroic: The Nexus |
-| 491 | Heroic: Azjol-Nerub |
-| 492 | Heroic: Ahn'kahet: The Old Kingdom |
-| 493 | Heroic: Drak'Tharon Keep |
-| 494 | Heroic: The Violet Hold |
-| 495 | Heroic: Gundrak |
-| 496 | Heroic: Halls of Stone |
-| 497 | Heroic: Halls of Lightning |
-| 498 | Heroic: The Oculus |
-| 499 | Heroic: Utgarde Pinnacle |
-| 500 | Heroic: The Culling of Stratholme |
-| 503 | 50 Quests Completed |
-| 504 | 100 Quests Completed |
-| 505 | 250 Quests Completed |
-| 506 | 500 Quests Completed |
-| 507 | 1000 Quests Completed |
-| 508 | 1500 Quests Completed |
-| 509 | 10000 Honorable Kills |
-| 512 | 5000 Honorable Kills |
-| 513 | 100 Honorable Kills |
-| 515 | 500 Honorable Kills |
-| 516 | 1000 Honorable Kills |
-| 518 | 30 Exalted Reputations |
-| 519 | 25 Exalted Reputations |
-| 520 | 20 Exalted Reputations |
-| 521 | 15 Exalted Reputations |
-| 522 | Somebody Likes Me |
-| 523 | 5 Exalted Reputations |
-| 524 | 10 Exalted Reputations |
-| 527 | Largest hit received |
-| 528 | Total damage received |
-| 529 | Most factions at Honored or higher |
-| 545 | Shave and a Haircut |
-| 546 | Safe Deposit |
-| 547 | Veteran of the Wrathgate |
-| 556 | Epic |
-| 557 | Superior |
-| 558 | Greedy |
-| 559 | Needy |
-| 560 | Deadliest Catch |
-| 561 | D.E.H.T.A's Little P.I.T.A. |
-| 562 | The Arachnid Quarter (10 player) |
-| 563 | The Arachnid Quarter (25 player) |
-| 564 | The Construct Quarter (10 player) |
-| 565 | The Construct Quarter (25 player) |
-| 566 | The Plague Quarter (10 player) |
-| 567 | The Plague Quarter (25 player) |
-| 568 | The Military Quarter (10 player) |
-| 569 | The Military Quarter (25 player) |
-| 572 | Sapphiron's Demise (10 player) |
-| 573 | Sapphiron's Demise (25 player) |
-| 574 | Kel'Thuzad's Defeat (10 player) |
-| 575 | Kel'Thuzad's Defeat (25 player) |
-| 576 | The Fall of Naxxramas (10 player) |
-| 577 | The Fall of Naxxramas (25 player) |
-| 578 | The Dedicated Few (10 player) |
-| 579 | The Dedicated Few (25 player) |
-| 582 | Alterac Valley All-Star |
-| 583 | Arathi Basin All-Star |
-| 584 | Arathi Basin Assassin |
-| 585 | Eye of the Storm flags captured |
-| 586 | Warsong Gulch flags returned |
-| 587 | Stormy Assassin |
-| 588 | Total Honorable Kills |
-| 589 | Highest 5 man team rating |
-| 590 | Highest 3 man team rating |
-| 593 | Deaths from Vanndar Stormpike |
-| 594 | Deaths from Hogger |
-| 595 | Highest 3 man personal rating |
-| 596 | Highest 5 man personal rating |
-| 603 | Wrath of the Horde |
-| 604 | Wrath of the Alliance |
-| 605 | A Coin of Ancestry |
-| 606 | 5 Coins of Ancestry |
-| 607 | 10 Coins of Ancestry |
-| 608 | 25 Coins of Ancestry |
-| 609 | 50 Coins of Ancestry |
-| 610 | Death to the Warchief |
-| 611 | Bleeding Bloodhoof |
-| 612 | Downing the Dark Lady |
-| 613 | Killed in Quel'Thalas |
-| 614 | For The Alliance |
-| 615 | Storming Stormwind |
-| 616 | Death to the King |
-| 617 | Immortal No More |
-| 618 | Putting Out the Light |
-| 619 | For The Horde |
-| 621 | Represent |
-| 622 | The Spellweaver's Downfall (10 player) |
-| 623 | The Spellweaver's Downfall (25 player) |
-| 624 | Less Is More (10 player) |
-| 625 | Besting the Black Dragonflight (25 player) |
-| 626 | Lunar Festival Finery |
-| 627 | Explore Dun Morogh |
-| 628 | Deadmines |
-| 629 | Ragefire Chasm |
-| 630 | Wailing Caverns |
-| 631 | Shadowfang Keep |
-| 632 | Blackfathom Deeps |
-| 633 | Stormwind Stockade |
-| 634 | Gnomeregan |
-| 635 | Razorfen Kraul |
-| 636 | Razorfen Downs |
-| 637 | Scarlet Monastery |
-| 638 | Uldaman |
-| 639 | Zul'Farrak |
-| 640 | Maraudon |
-| 641 | Sunken Temple |
-| 642 | Blackrock Depths |
-| 643 | Lower Blackrock Spire |
-| 644 | King of Dire Maul |
-| 645 | Scholomance |
-| 646 | Stratholme |
-| 647 | Hellfire Ramparts |
-| 648 | The Blood Furnace |
-| 649 | The Slave Pens |
-| 650 | Underbog |
-| 651 | Mana-Tombs |
-| 652 | The Escape From Durnholde |
-| 653 | Sethekk Halls |
-| 654 | Shadow Labyrinth |
-| 655 | Opening of the Dark Portal |
-| 656 | The Steamvault |
-| 657 | The Shattered Halls |
-| 658 | The Mechanar |
-| 659 | The Botanica |
-| 660 | The Arcatraz |
-| 661 | Magister's Terrace |
-| 662 | Collector's Edition: Mini-Diablo |
-| 663 | Collector's Edition: Panda |
-| 664 | Collector's Edition: Zergling |
-| 665 | Collector's Edition: Netherwhelp |
-| 666 | Auchenai Crypts |
-| 667 | Heroic: Hellfire Ramparts |
-| 668 | Heroic: The Blood Furnace |
-| 669 | Heroic: The Slave Pens |
-| 670 | Heroic: Underbog |
-| 671 | Heroic: Mana-Tombs |
-| 672 | Heroic: Auchenai Crypts |
-| 673 | Heroic: The Escape From Durnholde |
-| 674 | Heroic: Sethekk Halls |
-| 675 | Heroic: Shadow Labyrinth |
-| 676 | Heroic: Opening of the Dark Portal |
-| 677 | Heroic: The Steamvault |
-| 678 | Heroic: The Shattered Halls |
-| 679 | Heroic: The Mechanar |
-| 680 | Heroic: The Botanica |
-| 681 | Heroic: The Arcatraz |
-| 682 | Heroic: Magister's Terrace |
-| 683 | Collector's Edition: Frost Wyrm Whelp |
-| 684 | Onyxia's Lair (Level 60) |
-| 685 | Blackwing Lair |
-| 686 | Molten Core |
-| 687 | Temple of Ahn'Qiraj |
-| 688 | Zul'Gurub |
-| 689 | Ruins of Ahn'Qiraj |
-| 690 | Karazhan |
-| 691 | Zul'Aman |
-| 692 | Gruul's Lair |
-| 693 | Magtheridon's Lair |
-| 694 | Serpentshrine Cavern |
-| 695 | The Battle for Mount Hyjal |
-| 696 | Tempest Keep |
-| 697 | The Black Temple |
-| 698 | Sunwell Plateau |
-| 699 | World Wide Winner |
-| 700 | Freedom of the Horde |
-| 701 | Freedom of the Alliance |
-| 705 | Master of Arms |
-| 706 | Frostwolf Howler |
-| 707 | Stormpike Battle Charger