TeganFrostfist.lua 488 B

123456789101112
  1. --[[
  2. Script Name : SpawnScripts/ScaleYard/TeganFrostfist.lua
  3. Script Purpose : Tegan Frostfist <Crafting Trainer>
  4. Script Author : John Adams
  5. Script Date : 2008.10.01
  6. Script Notes : Auto-Generated Conversation from PacketParser Data
  7. --]]
  8. function hailed(NPC, Spawn)
  9. FaceTarget(NPC, Spawn)
  10. PlayFlavor(NPC, "", "I have nothing else to teach you for the moment. Please return to me when you have earned enough experience to choose your specialty.", "", 1689589577, 4560189, Spawn)
  11. end