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:
hondacrx
2021-10-02 21:03:32 -04:00
parent b1152ac9fa
commit f6cf613d4a
3 changed files with 3 additions and 3 deletions
-1
View File
@@ -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();