mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
11 lines
300 B
Lua
11 lines
300 B
Lua
--[[
|
|
Script Name : Spells/Commoner/CrazedSwing.lua
|
|
Script Author : LordPazuzu
|
|
Script Date : 2024.12.23 05:12:42
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
function cast(Caster, Target, DmgType, MinDmg, MaxDmg)
|
|
SpellDamage(Target, DmgType, MinDmg, MaxDmg)
|
|
end
|