EQ2EMu/server/ItemScripts/BlackSpottedWargwithPurplearmor.lua

12 lines
237 B
Lua
Raw Normal View History

2020-05-01 22:50:31 -06:00
--[[
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