Mercurial > wow > recipeprofit
diff core.lua @ 39:d97f61fad5b6
fixed login debug statements
| author | "Aaron Bregger <killermonkey99@gmail.com>" |
|---|---|
| date | Tue, 04 Jan 2011 18:32:04 -0600 |
| parents | 1e73cfb6f363 |
| children | 352fe939b884 |
line wrap: on
line diff
--- a/core.lua Tue Jan 04 17:54:32 2011 -0600 +++ b/core.lua Tue Jan 04 18:32:04 2011 -0600 @@ -254,12 +254,10 @@ local coords = GatherMate.mapData:EncodeLoc(x/100, y/100, 0) local zoneID = zidmap[note.map] if(not zoneID) then - print("OMFG "..note.map) return end local nodeID = GatherMate.nodeIDs["RecipeProfit"][get_note_title(note, "")] - print(nodeID) GatherMate:InjectNode(zoneID, coords, "RecipeProfit", nodeID) end
