12345678910111213 |
- --[[
- Script Name : SpawnScripts/ElddarGrove/ShepherdSell`ar.lua
- Script Purpose : Shepherd Sell`ar <Tunarian Alliance Grove Warden>
- Script Author : John Adams
- Script Date : 2008.09.28
- Script Notes : Auto-Generated Conversation from PacketParser Data
- --]]
- function hailed(NPC, Spawn)
- FaceTarget(NPC, Spawn)
- PlayFlavor(NPC, "", "Keep your eyes on the horizon, my friend. Only through vigilance and defense can we keep Qeynos safe.", "", 1689589577, 4560189, Spawn)
- end
|