Separated out buy functions into buyGear, buyArmoire, and buyPotion (#7065)

This commit is contained in:
Keith Holliday
2016-04-19 09:50:04 -05:00
committed by Matteo Pagliazzi
parent f44dbbbd71
commit 9e3d8ba4ac
16 changed files with 877 additions and 409 deletions

View File

@@ -30,6 +30,9 @@ import releasePets from './releasePets';
import releaseMounts from './releaseMounts';
import releaseBoth from './releaseBoth';
import buy from './buy';
import buyGear from './buyGear';
import buyPotion from './buyPotion';
import buyArmoire from './buyArmoire';
import buyQuest from './buyQuest';
import buyMysterySet from './buyMysterySet';
import hourglassPurchase from './hourglassPurchase';
@@ -77,6 +80,9 @@ module.exports = {
releaseMounts,
releaseBoth,
buy,
buyGear,
buyPotion,
buyArmoire,
buyQuest,
buyMysterySet,
hourglassPurchase,