mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Dungeon Finder: Old state should be saved, not the new one
This commit is contained in:
@@ -37,7 +37,7 @@ void LfgGroupData::SetState(LfgState state)
|
||||
case LFG_STATE_FINISHED_DUNGEON:
|
||||
case LFG_STATE_NONE:
|
||||
case LFG_STATE_DUNGEON:
|
||||
m_OldState = state;
|
||||
m_OldState = m_State;
|
||||
// No break on purpose
|
||||
default:
|
||||
m_State = state;
|
||||
|
||||
Reference in New Issue
Block a user