comparison 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
comparison
equal deleted inserted replaced
569:a07c2faab629 570:1f472a5452a8
2689 2689
2690 if spell_name then 2690 if spell_name then
2691 DatamineTT:ClearLines() 2691 DatamineTT:ClearLines()
2692 DatamineTT:SetTrainerService(index) 2692 DatamineTT:SetTrainerService(index)
2693 2693
2694 local _, _, spell_id = DatamineTT:GetSpell() 2694 local _, spell_id = DatamineTT:GetSpell()
2695 2695
2696 if spell_id then 2696 if spell_id then
2697 local class_professions = trainer.teaches[PLAYER_CLASS] 2697 local class_professions = trainer.teaches[PLAYER_CLASS]
2698 2698
2699 if not class_professions then 2699 if not class_professions then