Skip to content

Commit a2257fb

Browse files
calaxfurry
authored andcommitted
[z2712] Fix faction of escortee Corporal Keeshan
Signed-off-by: Xfurry <xfurry@scriptdev2.com> (based on commit SD2[3047] - 5d77c32) Signed-off-by: Xfurry <xfurry@scriptdev2.com> (based on commit SD2-TBC[s2805] - 32c0ecf) Signed-off-by: Xfurry <xfurry@scriptdev2.com>
1 parent 6de392f commit a2257fb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/eastern_kingdoms/redridge_mountains.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ struct npc_corporal_keeshan_escortAI : public npc_escortAI
6363
if (eventType == AI_EVENT_START_ESCORT && pInvoker->GetTypeId() == TYPEID_PLAYER)
6464
{
6565
DoScriptText(SAY_CORPORAL_KEESHAN_1, m_creature);
66+
m_creature->SetFactionTemporary(FACTION_ESCORT_A_NEUTRAL_ACTIVE, TEMPFACTION_RESTORE_RESPAWN);
6667
Start(false, (Player*)pInvoker, GetQuestTemplateStore(uiMiscValue));
6768
}
6869
}

sd2_revision_nr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#ifndef __SD2_REVISION_NR_H__
22
#define __SD2_REVISION_NR_H__
3-
#define SD2_REVISION_NR "z2711"
3+
#define SD2_REVISION_NR "z2712"
44
#endif // __SD2_REVISION_NR_H__

0 commit comments

Comments
 (0)