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

11 lines
223 B
Lua
Executable file

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