Lua RemoveAllAuras
Description
RemoveAllAuras will Remove all positive and all negative auras of the player/npc.
Usage/Example
function remove(player, event)
player:RemoveAllAuras()
end
RemoveAllAuras will Remove all positive and all negative auras of the player/npc.
function remove(player, event)
player:RemoveAllAuras()
end