Braxx.lua 473 B

1234567891011121314151617
  1. --[[
  2. Script Name : SpawnScripts/MeetingOfTheMinds/Braxx.lua
  3. Script Author : Neveruary
  4. Script Date : 2021.10.05 12:10:19
  5. Script Purpose : Governs the behavior of Braxx in A Meeting of the Minds.
  6. : Spell functions de-activated pending proper spell implementation on mobs.
  7. --]]
  8. require "SpawnScripts/Generic/NPCModule"
  9. function spawn(NPC, Spawn)
  10. --NPCModule(NPC, Spawn)
  11. end
  12. function respawn(NPC)
  13. spawn(NPC)
  14. end