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
@@ -0,0 +1 @@
UPDATE `characters` SET `zone`=0 WHERE (`at_login` & 0x20) != 0;