mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
10 lines
No EOL
222 B
Lua
Executable file
10 lines
No EOL
222 B
Lua
Executable file
--[[
|
|
Script Name : ItemScripts/ParadeSteppesPony.lua
|
|
Script Purpose :
|
|
Script Author : Skywalker646
|
|
Script Date : 1.21.2020
|
|
Script Notes :
|
|
--]]
|
|
function used(Item, Player)
|
|
Castspell(Player, 5120, 1)
|
|
end |