Jump to content

Reinisdm

Members
  • Content Count

    2
  • Joined

  • Last visited

Posts posted by Reinisdm


  1. • Type of Bug: In-Game, event bug
    
    • Description:
    If cast spell with '.cast id t' with 't' in end, event "UNIT_SPELLCAST_SUCCEEDED" or "UNIT_SPELLCAST_FAILED" doesn't trigger.
    
    • Evidence (Chat message/Screenshot):
    Here I 3 times wrote '.cast 163201 t' and 3 times '.cast 163201'.
    
    • Steps to reproduce:
    Script who shows triggered events.
    /run fr = fr or CreateFrame("Frame")fr:RegisterEvent("UNIT_SPELLCAST_SUCCEEDED")fr:RegisterEvent("UNIT_SPELLCAST_FAILED")fr:SetScript("OnEvent",function(self,event,unittarget,_,cast)print("\124cff2fff02Event: \124r"..event.." \124cff2fff02Target:\124r "..tostring(unittarget).." \124cff2fff02cast:\124r "..cast)end)
    Cast any spell with '.cast id', and with '.cast id t'.
    
    
    • Expected result:
    '.cast id t' works same as '.cast id'
    
    • Observed result:
    Don't work the same.
    
    • Reproduction rate: 100%
    
    • Additional information:

    Bez nosaukuma.png

×