Add telescope, and shortcuts

This commit is contained in:
SilicaAndPina 2021-02-13 21:39:25 +13:00
parent 8714966822
commit e6b0282245
7 changed files with 206 additions and 110 deletions

View file

@ -283,6 +283,9 @@ namespace HISP.Server
case PacketBuilder.PACKET_NPC:
GameServer.OnNpcInteraction(this, Packet);
break;
case PacketBuilder.PACKET_BIRDMAP:
GameServer.OnBirdMapRequested(this, Packet);
break;
case PacketBuilder.PACKET_SWFMODULE:
GameServer.OnSwfModuleCommunication(this, Packet);
break;