# HG changeset patch # User Aaron Bregger # Date 1284480748 18000 # Node ID 3976960cda3d688601b81704a583cf725b940454 # Parent ab728b599c6b1aa26c299810bec754917ba6c1b3 Fixed Chat Spew on startup. Thanks randomgrace of curse.com! diff -r ab728b599c6b -r 3976960cda3d core.lua --- a/core.lua Mon Sep 13 14:25:26 2010 -0500 +++ b/core.lua Tue Sep 14 11:12:28 2010 -0500 @@ -297,7 +297,7 @@ local coords = GatherMate:getID(x / 100, y / 100) local zoneID = GatherMate.zoneData[note.map][3] local nodeID = GatherMate.nodeIDs["RecipeProfit"][get_note_title(note, factionTag)] - print(coords, zoneID, nodeID) + GatherMate:InjectNode(zoneID, coords, "RecipeProfit", nodeID); end