BardLoganius.lua 341 B

12345678910111213141516
  1. --[[
  2. Script Name : SpawnScripts/NorthFreeport/BardLoganius.lua
  3. Script Author : Dorbin
  4. Script Date : 2023.10.05 03:10:03
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. SetInfoStructString(NPC, "action_state", "cast_bard_stringed_persist")
  10. end
  11. function respawn(NPC)
  12. spawn(NPC)
  13. end