Core/Quests: Automatically add quests with AUTO_PUSH flag to player
Port From (https://github.com/TrinityCore/TrinityCore/commit/db6eb694656c58a817a965e2f5c85874e9c92d12)
This commit is contained in:
@@ -498,7 +498,7 @@ namespace Game.Chat
|
||||
bool found = false;
|
||||
uint count = 0;
|
||||
|
||||
var qTemplates = Global.ObjectMgr.GetQuestStorage();
|
||||
var qTemplates = Global.ObjectMgr.GetQuestTemplates();
|
||||
foreach (var qInfo in qTemplates.Values)
|
||||
{
|
||||
int localeIndex = handler.GetSessionDbLocaleIndex();
|
||||
|
||||
Reference in New Issue
Block a user