Sorry, to clarify, Shado Pan.
Code:
<!-- The Challenger's Ring: Snow Blossom -->
<If Condition="HasQuest(31038) && !IsQuestCompleted(31038)" >
<CustomBehavior File="Message" Text="Starting The Challenger's Ring: Snow Blossom" LogColor="Green" />
<CustomBehavior File="UserSettings" QuestId="31038" LootMobs="true" PullDistance="15" />
<CustomBehavior File="FlyTo" X="1857.414" Y="4227.181" Z="148.7653" />
<CustomBehavior File="ForcedDismount" />
<While Condition="!IsObjectiveComplete(1,31038)" >
<CustomBehavior File="InteractWith" MobId="62782" GossipOptions="1" X="1873.87" Y="4268.60" Z="149.50" />
</While>
NPC has an incorrect ID. It should be:
Code:
<CustomBehavior File="InteractWith" MobId="62380" GossipOptions="1" X="1873.87" Y="4268.60" Z="149.50" />