WoWInterface SVN LearningAidBeta

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 85 to Rev 86
    Reverse comparison

Rev 85 → Rev 86

LearningAid/Spell.lua
1,6 → 1,6
--[[
 
Learning Aid is copyright © 2008-2015 Jamash (Kil'jaeden US Horde)
Learning Aid is copyright © 2008-2016 Jamash (Kil'jaeden US Horde)
Email: jamashkj@gmail.com
 
Spell.lua is part of Learning Aid.
119,7 → 119,7
end
elseif "SPELL" == status then -- unknown spells would have status "FUTURESPELL"
known[globalID] = slot
if specGlobalID ~= globalID then
if specGlobalID ~= globalID and specGlobalID ~= nil and globalID ~= nil then
-- sometimes it's difficult to tell which spells are which (Mangle in particular)
s2g[specGlobalID] = globalID
g2s[globalID] = specGlobalID
LearningAid/LearningAid.toc
1,12 → 1,12
## Interface: 60200
## Title: Learning Aid v1.12 Beta 3
## Interface: 70300
## Title: Learning Aid v1.12 Beta 4
## Notes: Displays a bar of spells, abilities, or tradeskills you've just learned. By Jamash (Kil'jaeden-US)
## Notes-deDE: Zeigt eine Leiste mit Zaubersprüchen, Fähigkeiten, oder Berufsfertigkeiten, die du gerade erst gelernt hast. Von Jamash (Kil'jaeden-US)
## Notes-koKR: 현재 습득한 주문, 능력, 전문기술, 탈것 혹은 애완동물의 바를 표시합니다. 만든이: Jamash (Kil'jaeden-US)
## SavedVariables: LearningAid_Saved
## SavedVariablesPerCharacter: LearningAid_Character
## Author: Jamash (Kil'jaeden-US)
## Version: 1.12b3
## Version: 1.12b4
## X-Website: http://wow.curseforge.com/addons/learningaid/
## X-Embeds: Ace3
## X-Category: Interface Enhancements