mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Core/Scripts: Add server-side script support for movie completion (#18308)
This commit is contained in:
@@ -2153,6 +2153,11 @@ void ScriptMgr::OnQuestStatusChange(Player* player, uint32 questId, QuestStatus
|
||||
FOREACH_SCRIPT(PlayerScript)->OnQuestStatusChange(player, questId, status);
|
||||
}
|
||||
|
||||
void ScriptMgr::OnMovieComplete(Player* player, uint32 movieId)
|
||||
{
|
||||
FOREACH_SCRIPT(PlayerScript)->OnMovieComplete(player, movieId);
|
||||
}
|
||||
|
||||
// Account
|
||||
void ScriptMgr::OnAccountLogin(uint32 accountId)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user