
Realm: Sylvanas
Character: Dallaryen, 103 Nelf DH
Zone: Dalaran, Northrend
Complete description of your issue:
Exotic Mounts vendor http://www.wowhead.com/npc=32216/mei-francis#sells in old Dalaran, above Northrend is selling the http://www.wowhead.com/item=44234/reins-of-the-travelers-tundra-mammoth only to the Horde faction. This demands blood. Or a fix. All the alliance exotic mounts are missing.
Steps for reproducing the issue:
Visit Mei Francis in Old Dala as an Alli, try to buy Mammoth, won't find it in the list.
For comparison, visit her as a Horde, and go home happily with your 'shiny' new Mammoth.
Missing items from the vendor frame:
http://www.wowhead.com/item=44225
http://www.wowhead.com/item=44230
http://www.wowhead.com/item=44235
http://www.wowhead.com/item=44689
Alliance items - http://imgur.com/AOSUBYA
Horde items - http://imgur.com/SZ307bE
指定给 iZombie
更换角色 新的反馈 到 处理中
We checked with Mikrole:
SELECT entry from `npc_vendor` WHERE `entry` = 32216
Returns 23 results as expected, Alliance Mammoth included, and there is no special condition or value in the records: all properties are 0 and type=1.
And yet, Legion's http://www.wowhead.com/npc=92489/mei-francis (level 105) in new Dalaran has on offer the same item=44235 without issues.
To be tested:
In principle the two instances of Mei Francis should have the same items for sale:
SELECT * from `npc_vendor` WHERE `entry` = 32216 ORDER BY `entry`
SELECT * from `npc_vendor` WHERE `entry` = 92489 ORDER BY `entry`
should return the same records .
It porbably does, and the bug has programmatic cause.
Discussion: http://us.forum.firestorm-servers.com/index.php?/topic/22133-how-i-can-buy-the-travelers-tundra-mammoth/&do=findComment&comment=95620