FuryoftheStorm.lua 329 B

12345678910111213
  1. --[[
  2. Script Name : Spells/Commoner/FuryoftheStorm.lua
  3. Script Author : neatz09
  4. Script Date : 2020.09.06 03:09:59
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Info from spell_display_effects (remove from script when done)
  9. function cast(Caster, Target, Anim)
  10. PlayAnimation(Target, Anim)
  11. end