mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Core/Dungeon Finder: Properly save old state for LfgPlayerData
This commit is contained in:
@@ -35,7 +35,7 @@ void LfgPlayerData::SetState(LfgState state)
|
|||||||
m_SelectedDungeons.clear();
|
m_SelectedDungeons.clear();
|
||||||
// No break on purpose
|
// No break on purpose
|
||||||
case LFG_STATE_DUNGEON:
|
case LFG_STATE_DUNGEON:
|
||||||
m_OldState = state;
|
m_OldState = m_State;
|
||||||
// No break on purpose
|
// No break on purpose
|
||||||
default:
|
default:
|
||||||
m_State = state;
|
m_State = state;
|
||||||
|
|||||||
Reference in New Issue
Block a user