mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
fix(Scripts/ThousandNeedles): Add final waypoint dialog for quest 4904 "Free at Last" (#10517)
This commit is contained in:
@@ -112,6 +112,7 @@ public:
|
|||||||
DoSpawnBandits(ID_AMBUSH_3);
|
DoSpawnBandits(ID_AMBUSH_3);
|
||||||
break;
|
break;
|
||||||
case 45:
|
case 45:
|
||||||
|
Talk(SAY_LAKO_END);
|
||||||
if (Player* player = GetPlayerForEscort())
|
if (Player* player = GetPlayerForEscort())
|
||||||
player->GroupEventHappens(QUEST_FREE_AT_LAST, me);
|
player->GroupEventHappens(QUEST_FREE_AT_LAST, me);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user