Download
(2Kb)
Download
Updated: 06-29-15 04:06 PM
Pictures
File Info
Compatibility:
Fury of Hellfire (6.2)
Updated:06-29-15 04:06 PM
Created:06-29-15 04:06 PM
Downloads:464
Favorites:0
MD5:

Currency Purchase Fix (Obsolete)

Version: 1.0
by: Nephaliana [More]

And just like that, yet another one of my addons is now obsolete. With the release of 6.2 Build 20201 (1 July), the issue this addon addressed has been corrected in Blizzard's own code.

---

Patch 6.2 introduced a bug when attempting to purchase currency (Elder Charms of Good Fortune, Mogu Runes of Fate, etc) from a vendor. This addon replaces a Blizzard function with one nearly identical but has one extra condition added to avoid this bug.

The exact change is as follows:

Replace MerchantFrame.lua line 581

Code:
	if(itemButton.link) then
with
Code:
	if(itemButton.link and not strfind(itemButton.link, "currency")) then

There have been no comments posted to this file.
Be the first to add one.



Category Jump: