diff Main.lua @ 443:cecd877476ff

Fixed naming mistake preventing fishing loot from being recorded in certain cases.
author MMOSimca <MMOSimca@gmail.com>
date Tue, 10 Mar 2015 00:56:01 -0400
parents 2151f136ca5c
children 929d7657e23b
line wrap: on
line diff
--- a/Main.lua	Sun Mar 01 00:01:03 2015 -0500
+++ b/Main.lua	Tue Mar 10 00:56:01 2015 -0400
@@ -2085,7 +2085,7 @@
             end
 
             for index = 1, #current_loot.list do
-                table.insert(current_loot.zone_data[location_token].drops, current_loot.loot_list[index])
+                table.insert(current_loot.zone_data[location_token].drops, current_loot.list[index])
             end
         end,
     }