T4Pickles.lua 209 B

1234567891011
  1. --[[
  2. Script Name : ItemScripts/T4Pickles.lua
  3. Script Purpose :
  4. Script Author : Neatz09
  5. Script Date : 8.21.2019
  6. Script Notes :
  7. --]]
  8. function cast(Item, Player)
  9. CastSpell(Player, 5011, 4)
  10. end