Skip to content

Commit

Permalink
Allows faster trading of certain items to NPCs
Browse files Browse the repository at this point in the history
  • Loading branch information
ValokAsura committed Sep 5, 2018
1 parent a2e69bc commit ade09ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion QuickTrade/QuickTrade.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ For more information, please refer to <http://unlicense.org/>

_addon.name = 'QuickTrade'
_addon.author = 'Valok@Asura'
_addon.version = '1.6.1'
_addon.version = '1.6.2'
_addon.command = 'qtr'

require('tables')
Expand Down Expand Up @@ -154,6 +154,7 @@ windower.register_event('addon command', function(arg1, ...)
{id = 28636, name = "bookworm's cape", count = 0, stacks = 0, stacksize = 1},
{id = 28637, name = 'lifestream cape', count = 0, stacks = 0, stacksize = 1},
{id = 28638, name = "evasionist's cape", count = 0, stacks = 0, stacksize = 1},
{id = 74994, name = 'mecistopins Mantle', count = 0, stacks = 0, stacksize = 1},
}

local ancientBeastcoinIDs = {
Expand Down
4 changes: 4 additions & 0 deletions QuickTrade/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ If TradeNPC is not loaded when using this addon, the trade command will be issue

Version History
---------------
v1.6.2
2018.09.05
* Added Mecistopins Mantle to A.M.A.N. Reclaimer list

v1.6.1
2018.09.04
* Added a few missing Escha trades
Expand Down

0 comments on commit ade09ec

Please sign in to comment.