mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
11 lines
229 B
Lua
Executable file
11 lines
229 B
Lua
Executable file
--[[
|
|
Script Name : ItemScripts/EmeraldNightmarePegasus.lua
|
|
Script Purpose :
|
|
Script Author : Skywalker646
|
|
Script Date : 3.17.2020
|
|
Script Notes :
|
|
--]]
|
|
function used(Item, Player)
|
|
CastSpell(Player, 5241, 1)
|
|
|
|
end
|