GreyCavalryHorsewithWar-barding.lua 236 B

1234567891011
  1. --[[
  2. Script Name : ItemScripts/GreyCavalryHorsewithWar-barding.lua
  3. Script Purpose :
  4. Script Author : Skywalker646
  5. Script Date : 1.2.2020
  6. Script Notes :
  7. --]]
  8. function used(Item, Player)
  9. CastSpell(Player, 5092, 1)
  10. end