mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
fix(Scripts/Netherstorm): make "Mark V is Alive!" group completable (#20360)
groupevent instead of completequest
This commit is contained in:
@@ -731,7 +731,7 @@ public:
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 36: //return and quest_complete
|
case 36: //return and quest_complete
|
||||||
player->CompleteQuest(QUEST_MARK_V_IS_ALIVE);
|
player->GroupEventHappens(QUEST_MARK_V_IS_ALIVE, me);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user