changeset 69:27549237b4d8

Record ALL trainers, not just Tradeskill trainers.
author James D. Callahan III <jcallahan@curse.com>
date Mon, 06 Aug 2012 11:32:47 -0500
parents 95b8bf6b6fdb
children b085df332056
files Main.lua
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Main.lua	Thu Aug 02 21:18:32 2012 -0500
+++ b/Main.lua	Mon Aug 06 11:32:47 2012 -0500
@@ -1154,9 +1154,6 @@
 
 
 function WDP:TRAINER_SHOW()
-    if not _G.IsTradeskillTrainer() then
-        return
-    end
     local unit_type, unit_idnum = ParseGUID(_G.UnitGUID("target"))
     local npc = NPCEntry(unit_idnum)