Core/Players: Do not show zone on character list before first login
Port From (https://github.com/TrinityCore/TrinityCore/commit/2bf8110032e84796f21d4d44d72e33abc58a4e1e)
This commit is contained in:
@@ -3425,7 +3425,6 @@ namespace Game.Entities
|
||||
stmt.AddValue(index++, (ushort)m_ExtraFlags);
|
||||
stmt.AddValue(index++, m_stableSlots);
|
||||
stmt.AddValue(index++, (ushort)atLoginFlags);
|
||||
stmt.AddValue(index++, GetZoneId());
|
||||
stmt.AddValue(index++, m_deathExpireTime);
|
||||
|
||||
ss.Clear();
|
||||
|
||||
Reference in New Issue
Block a user