12345678910111213 |
- --[[
- Script Name : Spells/Commoner/FuryoftheStorm.lua
- Script Author : neatz09
- Script Date : 2020.09.06 03:09:59
- Script Purpose :
- :
- --]]
- -- Info from spell_display_effects (remove from script when done)
- function cast(Caster, Target, Anim)
- PlayAnimation(Target, Anim)
- end
|