1234567891011121314 |
- --[[
- Script Name : Spells/Mage/Sorcerer/Warlock/GiftofBertoxxulous.lua
- Script Author : neatz09
- Script Date : 2020.04.19 03:04:43
- Script Purpose :
- :
- --]]
- -- Info from spell_display_effects (remove from script when done)
- -- On a hostile spell cast this spell will cast Abhorrence on target of spell.
- -- Inflicts 12 - 22 poison damage on target encounter
- function cast(Caster, Target)
- end
|