fix auto slotting bfa keystones
Jesse Manelius [09-05-18 - 14:24]
fix auto slotting bfa keystones
diff --git a/iKeystones.lua b/iKeystones.lua
index bac0ca4..8d54dc7 100644
--- a/iKeystones.lua
+++ b/iKeystones.lua
@@ -187,7 +187,7 @@ function iKS:weeklyReset()
end
function iKS:createPlayer()
if player and not iKeystonesDB[player] then
- if UnitLevel('player') >= 110 and not iKeystonesConfig.ignoreList[player] then
+ if UnitLevel('player') >= 120 and not iKeystonesConfig.ignoreList[player] then
iKeystonesDB[player] = {
name = UnitName('player'),
server = GetRealmName(),
@@ -230,7 +230,7 @@ function iKS:scanInventory(requestingSlots, requestingItemLink)
for bagID = 0, 4 do
for invID = 1, GetContainerNumSlots(bagID) do
local itemID = GetContainerItemID(bagID, invID)
- if itemID and itemID == 138019 then
+ if itemID and itemID == 158923 then
if requestingSlots then
return bagID, invID
end
diff --git a/iKeystones.toc b/iKeystones.toc
index 0ca6abe..e31b337 100644
--- a/iKeystones.toc
+++ b/iKeystones.toc
@@ -2,7 +2,7 @@
## Title: iKeystones
## Notes: Tracks your keystones
## Author: Ironi
-## Version: 1.710
+## Version: 1.711
## DefaultState: enabled
## SavedVariables: iKeystonesDB, iKeystonesConfig