13 lines
422 B
Lua
13 lines
422 B
Lua
aura_env.throttleTime = 10
|
|
|
|
aura_env.sellPriceThresholds = {
|
|
[168446] = 5000 * 100 * 100; -- Accord of Critical Strike
|
|
[168447] = 5000 * 100 * 100; -- Accord of Haste
|
|
[168448] = 5000 * 100 * 100; -- Accord of Mastery
|
|
[168449] = 5000 * 100 * 100; -- Accord of Versatility
|
|
}
|
|
|
|
aura_env.buyPriceThresholds = {
|
|
[152576] = 5 * 100 * 100; -- Tidesrpay Linen
|
|
[152877] = 500 * 100 * 100; -- Veiled Crystal
|
|
} |