mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
11 lines
No EOL
212 B
Lua
Executable file
11 lines
No EOL
212 B
Lua
Executable file
--[[
|
|
Script Name : ItemScripts/flaskofwater.lua
|
|
Script Purpose :
|
|
Script Author : Neatz09
|
|
Script Date : 8.18.2019
|
|
Script Notes :
|
|
--]]
|
|
function cast(Item, Player)
|
|
CastSpell(Player, 5009, 2)
|
|
|
|
end |