comparison Modules/ArtifactPower.lua @ 135:4979b5cca6de

- Fixed lua error from newly obtained artifacts
author Nenue
date Thu, 25 Jan 2018 20:58:10 -0500
parents 86621c60512b
children 414e37af1b1b
comparison
equal deleted inserted replaced
134:24dc16a49b15 135:4979b5cca6de
342 --print('|cFF00FF88OnEvent()', event, ...) 342 --print('|cFF00FF88OnEvent()', event, ...)
343 if event == 'PLAYER_ENTERING_WORLD' then 343 if event == 'PLAYER_ENTERING_WORLD' then
344 self:TryToShow() 344 self:TryToShow()
345 elseif event == 'BAG_UPDATE' then 345 elseif event == 'BAG_UPDATE' then
346 local containerID = ... 346 local containerID = ...
347
348
349 self:QueueBag(containerID) 347 self:QueueBag(containerID)
350 elseif event == 'ITEM_LOCK_CHANGED' then 348 elseif event == 'ITEM_LOCK_CHANGED' then
351 349
352 local containerID, slotID = ... 350 local containerID, slotID = ...
353 351