Skip to content

Commit 70db847

Browse files
committed
[SD] Correct EscortFaction for 2769 npc_professor_phizzlethorpe
1 parent 492a0a0 commit 70db847

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/game/AI/ScriptDevAI/scripts/eastern_kingdoms/arathi_highlands.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ enum
4646
EMOTE_PROGRESS_8 = -1000272,
4747
SAY_PROGRESS_9 = -1000273,
4848

49+
FACTION_BOOTY_BAY = 120,
4950
QUEST_SUNKEN_TREASURE = 665,
5051
ENTRY_VENGEFUL_SURGE = 2776
5152
};
@@ -101,7 +102,7 @@ bool QuestAccept_npc_professor_phizzlethorpe(Player* pPlayer, Creature* pCreatur
101102
{
102103
if (pQuest->GetQuestId() == QUEST_SUNKEN_TREASURE)
103104
{
104-
pCreature->SetFactionTemporary(FACTION_ESCORT_N_NEUTRAL_PASSIVE, TEMPFACTION_RESTORE_RESPAWN);
105+
pCreature->SetFactionTemporary(FACTION_BOOTY_BAY, TEMPFACTION_RESTORE_RESPAWN);
105106
DoScriptText(SAY_PROGRESS_1, pCreature, pPlayer);
106107

107108
if (npc_professor_phizzlethorpeAI* pEscortAI = dynamic_cast<npc_professor_phizzlethorpeAI*>(pCreature->AI()))

0 commit comments

Comments
 (0)