Forgot to push file for seamless zone change.

This commit is contained in:
Filip Maj 2016-08-05 18:25:24 -04:00
parent b3920f9630
commit 595a53ed9e

View File

@ -412,6 +412,8 @@ namespace FFXIVClassic_Map_Server
player.zone2 = null;
player.zoneId2 = 0;
player.SendSeamlessZoneInPackets();
player.SendMessage(0x20, "", "Doing Seamless Zone Change");
LuaEngine.OnZoneIn(player);