From 9bcb6aa2b9a8459f0b9738653ada156442f25dde Mon Sep 17 00:00:00 2001 From: pompachomp Date: Mon, 22 Mar 2010 01:55:59 -0400 Subject: [PATCH] i hate you torhal --- ARL.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ARL.lua b/ARL.lua index 663839c..2e2769c 100644 --- a/ARL.lua +++ b/ARL.lua @@ -968,7 +968,7 @@ do end elseif acquire_type == A.VENDOR then local vendor_list = private.vendor_list - + if not vendor_list[acquire_id] then --@alpha@ self:Print("Spell ID "..spell_id..": VendorID "..acquire_id.." does not exist in the database.") @@ -976,7 +976,7 @@ do else acquire[acquire_id] = true location = vendor_list[acquire_id].location - + vendor_list[acquire_id].item_list = vendor_list[acquire_id].item_list or {} vendor_list[acquire_id].item_list[spell_id] = true end @@ -990,7 +990,7 @@ do else acquire[acquire_id] = true location = mob_list[acquire_id].location - + mob_list[acquire_id].item_list = mob_list[acquire_id].item_list or {} mob_list[acquire_id].item_list[spell_id] = true end -- 1.7.9.5