diff Main.lua @ 570:1f472a5452a8 8.0.1-7

Added support for Azurethos, Dunegorger Kraulok, and Lion's Roar. Also fixed a bug preventing profession trainer data from being recorded properly.
author Caleb Atherton <atcaleb@twitch.tv>
date Fri, 21 Sep 2018 02:33:51 -0400
parents 244aec3f15b0
children 444d15b2091e
line wrap: on
line diff
--- a/Main.lua	Wed Sep 05 05:17:26 2018 -0400
+++ b/Main.lua	Fri Sep 21 02:33:51 2018 -0400
@@ -2691,7 +2691,7 @@
             DatamineTT:ClearLines()
             DatamineTT:SetTrainerService(index)
 
-            local _, _, spell_id = DatamineTT:GetSpell()
+            local _, spell_id = DatamineTT:GetSpell()
 
             if spell_id then
                 local class_professions = trainer.teaches[PLAYER_CLASS]