WoWInterface SVN AbilitySayings

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /AbilitySayings
    from Rev 24 to Rev 25
    Reverse comparison

Rev 24 → Rev 25

Shaman/AstrallRecall.lua
5,7 → 5,7
f:SetScript("OnEvent",
function(self, event, arg1, arg2)
if arg1 == "player" and strfind(arg2, spellName) then
if event == "UNIT_SPELLCAST_START" then
if event == "SPELL_CAST_SUCCESS" then
 
SendChatMessage("Who Needs A HearthStone When You Can Step Through the Twisting Nether", "YELL")