Core/Quests: Fixed QuestScript::OnQuestStatusChange incorrectly triggering with QUEST_STATUS_INCOMPLETE when removing items from quest objectives on rewarding quest
Port From (https://github.com/TrinityCore/TrinityCore/commit/2c9b67f00be95bd816dbaa9db43838a67e187753)
This commit is contained in:
@@ -865,10 +865,6 @@ namespace Game.Entities
|
||||
}
|
||||
while (result.NextRow());
|
||||
}
|
||||
|
||||
// clear quest log tail
|
||||
for (ushort i = slot; i < SharedConst.MaxQuestLogSize; ++i)
|
||||
SetQuestSlot(i, 0);
|
||||
}
|
||||
void _LoadQuestStatusObjectives(SQLResult result)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user