WoWInterface SVN LibSpellName2SID

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 84 to Rev 83
    Reverse comparison

Rev 84 → Rev 83

populator/tags/LibSpellName2SID-Populator-1.0.09b/LibspellName2SID-1.0-Populator.lua
127,7 → 127,7
SN2SID_PASSIVES_table[universalClassName][locSpecName.."_Talents"] = {};
end
else
print(AddonName.. ": PVE: NO specialization has been selected for this character!");
print(AddonName.. ": NO specialization has been selected for this character!");
return;
end
-- Populate the "SpecName_Talents" subtables
165,7 → 165,7
SN2SID_PASSIVES_table[universalClassName][locSpecName.."_PVPTalents"] = {};
end
else
print(AddonName.. ": PVP: NO specialization has been selected for this character!");
print(AddonName.. ": NO specialization has been selected for this character!");
return;
end
-- Populate the "SpecName_PVPTalents" subtables
populator/trunk/LibSpellName2SID-1.0-Populator/LibspellName2SID-1.0-Populator.lua
127,7 → 127,7
SN2SID_PASSIVES_table[universalClassName][locSpecName.."_Talents"] = {};
end
else
print(AddonName.. ": PVE: NO specialization has been selected for this character!");
print(AddonName.. ": NO specialization has been selected for this character!");
return;
end
-- Populate the "SpecName_Talents" subtables
165,7 → 165,7
SN2SID_PASSIVES_table[universalClassName][locSpecName.."_PVPTalents"] = {};
end
else
print(AddonName.. ": PVP: NO specialization has been selected for this character!");
print(AddonName.. ": NO specialization has been selected for this character!");
return;
end
-- Populate the "SpecName_PVPTalents" subtables