1234567891011121314 |
- --[[
- Script Name : Spells/Commoner/Destroying.lua
- Script Author : John Adams
- Script Date : 2013.11.22 10:11:31
- Script Purpose :
- :
- --]]
- -- Info from spell_display_effects (remove from script when done)
- -- Must not be targeted by an enemy
- function cast(Caster, Target)
- Say(Caster, "Destroying not implemented yet")
- end
|