eq2emu-content/ItemScripts/BlackSpottedWargwithPurplearmor.lua
2024-10-26 11:37:28 +00:00

11 lines
237 B
Lua
Executable file

--[[
Script Name : ItemScripts/BlackSpottedWargwithPurpleArmor.lua
Script Purpose :
Script Author : Skywalker646
Script Date : 12.9.2019
Script Notes :
--]]
function used(Item, Player)
CastSpell(Player, 5061, 1)
end