mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Added path companion data to the cutscene book packet. Now that packet will fire if zoning into the inn. Removed some debug logs. Removed a duplicate zone packet send call.
This commit is contained in:
@@ -459,8 +459,6 @@ namespace FFXIVClassic_Map_Server
|
||||
|
||||
//Send packets
|
||||
player.sendZoneInPackets(this, 0x1);
|
||||
player.playerSession.clearInstance();
|
||||
player.sendInstanceUpdate();
|
||||
|
||||
LuaEngine.onLogin(player);
|
||||
LuaEngine.onZoneIn(player);
|
||||
|
||||
Reference in New Issue
Block a user