SpiritTotemoftheChokidai.lua 225 B

123456789101112
  1. --[[
  2. Script Name : ItemScripts/SpiritTotemoftheChokidai.lua
  3. Script Purpose :
  4. Script Author : Neatz09
  5. Script Date : 4/4/2020
  6. Script Notes :
  7. --]]
  8. function used(Item, Player)
  9. CastSpell(Player, 5313, 1)
  10. end