# HG changeset patch # User James D. Callahan III # Date 1355773446 21600 # Node ID 83ff61c8ba462d5c56ee6cfc678cf57121710699 # Parent e35d2bf8f4d658f9942d2cc6717eb901848833a8 For the AF.ZONE section of LOOT_OPENED_VERIFY_FUNCS; set zone_data regardless of IsFishingLoot() diff -r e35d2bf8f4d6 -r 83ff61c8ba46 Main.lua --- a/Main.lua Mon Dec 17 10:34:20 2012 -0600 +++ b/Main.lua Mon Dec 17 13:44:06 2012 -0600 @@ -1426,11 +1426,8 @@ end, [AF.OBJECT] = true, [AF.ZONE] = function() - if not _G.IsFishingLoot() then - return false - end current_action.zone_data = UpdateDBEntryLocation("zones", current_action.identifier) - return true + return _G.IsFishingLoot() end, }