File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ SDCategory: Un'Goro Crater
2222EndScriptData */
2323
2424/* ContentData
25+ npc_ame01
2526npc_ringo
2627EndContentData */
2728
@@ -81,9 +82,9 @@ struct MANGOS_DLL_DECL npc_ame01AI : public npc_escortAI
8182
8283 switch (urand (0 , 2 ))
8384 {
84- case 0 : DoScriptText (SAY_AME_AGGRO1 , m_creature); break ;
85- case 1 : DoScriptText (SAY_AME_AGGRO2 , m_creature); break ;
86- case 2 : DoScriptText (SAY_AME_AGGRO3 , m_creature); break ;
85+ case 0 : DoScriptText (SAY_AME_AGGRO1 , m_creature, pWho ); break ;
86+ case 1 : DoScriptText (SAY_AME_AGGRO2 , m_creature, pWho ); break ;
87+ case 2 : DoScriptText (SAY_AME_AGGRO3 , m_creature, pWho ); break ;
8788 }
8889 }
8990 }
Original file line number Diff line number Diff line change 11#ifndef __SD2_REVISION_NR_H__
22#define __SD2_REVISION_NR_H__
3- #define SD2_REVISION_NR "2978 "
3+ #define SD2_REVISION_NR "2979 "
44#endif // __SD2_REVISION_NR_H__
You can’t perform that action at this time.
0 commit comments