Core/Quests: Removed slow queries from daily and weekly resets
Port From (https://github.com/TrinityCore/TrinityCore/commit/ee7b0e82fa076ad4338b1c362235cec6739f00e0)
This commit is contained in:
@@ -187,6 +187,8 @@ namespace Game.Entities
|
||||
|
||||
if (quest.LimitTime != 0)
|
||||
RemoveTimedQuest(questId);
|
||||
|
||||
SendPacket(new QuestForceRemoved(questId));
|
||||
}
|
||||
|
||||
// DB data deleted in caller
|
||||
@@ -227,6 +229,8 @@ namespace Game.Entities
|
||||
|
||||
if (quest.LimitTime != 0)
|
||||
RemoveTimedQuest(questId);
|
||||
|
||||
SendPacket(new QuestForceRemoved(questId));
|
||||
}
|
||||
|
||||
m_weeklyquests.Clear();
|
||||
|
||||
Reference in New Issue
Block a user