fix(Core/Worldstate): fix Sanctums Wards triggering phase transition too early (#21430)
This commit is contained in:
parent
c5d83d31c7
commit
9e720b91f0
1 changed files with 1 additions and 1 deletions
|
|
@ -431,7 +431,7 @@ void WorldState::AddSunsReachProgress(uint32 questId)
|
|||
break;
|
||||
case QUEST_SANCTUM_WARDS:
|
||||
counter = COUNTER_SANCTUM_WARDS;
|
||||
otherCounter = COUNTER_SANCTUM_WARDS;
|
||||
otherCounter = COUNTER_ERRATIC_BEHAVIOR;
|
||||
worldState = WORLD_STATE_QUEL_DANAS_SANCTUM;
|
||||
break;
|
||||
case QUEST_BATTLE_FOR_THE_SUNS_REACH_ARMORY:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue