>Mum can I have /cancelaura Ice Block ?
>We have /cancelaura Ice Block at home
>/cancelaura Ice Block at home
/run local i=0 g=GetPlayerBuff while not(g(i) == -1)do if(strfind(GetPlayerBuffTexture(g(i)), "Spell_Frost_Frost"))then CancelPlayerBuff(g(i))end i=i+1 end