*Fix a typo in script [Quest] - Escape from Umbrafen By bigjohnson4

--HG--
branch : trunk
This commit is contained in:
megamage
2009-08-14 18:38:03 -05:00
parent c40be3e50a
commit cbcaba2e31

View File

@@ -309,7 +309,7 @@ struct TRINITY_DLL_DECL npc_kayra_longmaneAI : public npc_escortAI
SetRun(false);
DoScriptText(SAY_NEAR_END, m_creature, pUnit);
break;
case 26:
case 25:
DoScriptText(SAY_END, m_creature, pUnit);
pUnit->GroupEventHappens(QUEST_ESCAPE_FROM, m_creature);
break;