John Pasula:
	- Comment out the non-existant flying carpets.  Fix the dark talbuks.
	- Apparently the argent warhorse is not pally only.
James D. Callahan III:
	- Completely removed the faction-specific if-blocks - every mount will be loaded into memory now, since Blizzard fails at properly swapping some known mounts when a player has a paid faction change. Un-damn you, WoWHead - you had it right.
	- In addon:GetMountTotal(): Added local function AddMountFlags(), which also checks for faction compatibility and decrements num_mounts if incompatible.
	- In MountDatabase.lua: Moved MY_FACTION declaration, and changed it to use the localized string.
	- In initDisplayStrings(): Re-worked to only insert entries that the player could obtain based on faction (Alliance/Horde) flags.
	- Added addon.IsCorrectFaction(player_faction, flags)
	- Changed some variable names in addon:MarkExclusions()
	- In addon:OnInitialize(): Localize the tooltip text for the Companion/Mount tabs using Blizzard's GlobalStrings.lua
	- Fixed the Wooly Mammoth for Horde. Apparently Horde and Alliance share the same SpellID, but have a different ItemID. Damn you, WoWHead!
John Pasula:
	- Fix the wooly mammoth, wowhead seems to be wrong.
James D. Callahan III:
	- In addon:OnInitialize(): Modified the tooltip hook to show companions sold by vendors.
	- In addon:AddCompanionAcquire(): Added SellList for vendors and reputation vendors.
	- In addon:OnInitialize(): Replace "Owned" in the tooltip hook with "Known".
	- In addon:AddCompanion(): Remove "Owned" field from the entry table - "Known" is used almost everywhere else.
	- Corrected all filter/acquire information for every Argent Tournament mount to show that exalted reputation with each is required.
	- Updated faction/filter information for seven Alliance-only Argent Tournament mounts.
	- Updated Main.txt.
