mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Instances: Removed deprecated field from InstanceScript (here too)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user