WoWInterface SVN LastWords

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 8 to Rev 9
    Reverse comparison

Rev 8 → Rev 9

LastWords.lua
37,7 → 37,7
local unitname = ...
LW_AddCreature(unitname.."target")
elseif (event=="VARIABLES_LOADED") then
DEFAULT_CHAT_FRAME:AddMessage("test")
 
if lastwords_options == nil then
Initialise_LastWord_Options();
end
122,5 → 122,4
 
local frame = CreateFrame("Frame", "LWFrame");
frame:SetScript("OnEvent", function(self, event, ...) LastWords_OnEvent(event, ...) end);
frame:RegisterEvent("VARIABLES_LOADED");
DEFAULT_CHAT_FRAME:AddMessage("testy")
\ No newline at end of file +frame:RegisterEvent("VARIABLES_LOADED"); \ No newline at end of file