Core/Instances: Removed deprecated field from InstanceScript (here too)

This commit is contained in:
Shauren
2023-09-19 00:23:55 +02:00
parent 1e29c0066e
commit cf79cfa1b2

View File

@@ -869,7 +869,6 @@ void InstanceScript::UpdateEncounterState(EncounterCreditType type, uint32 credi
{
if (encounter.creditType == type && encounter.creditEntry == creditEntry)
{
completedEncounters |= 1 << encounter.dbcEntry->Bit;
if (encounter.dbcEntry->CompleteWorldStateID)
DoUpdateWorldState(encounter.dbcEntry->CompleteWorldStateID, 1);