fix(Scripts/ThousandNeedles): Add final waypoint dialog for quest 4904 "Free at Last" (#10517)

This commit is contained in:
Benjamin Jackson 2022-02-11 11:32:54 -05:00 committed by GitHub
parent 0457b9fe0b
commit 246babb12c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,6 +112,7 @@ public:
DoSpawnBandits(ID_AMBUSH_3);
break;
case 45:
Talk(SAY_LAKO_END);
if (Player* player = GetPlayerForEscort())
player->GroupEventHappens(QUEST_FREE_AT_LAST, me);
break;