mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 21:25:52 +12:00
Add telescope, and shortcuts
This commit is contained in:
parent
8714966822
commit
e6b0282245
7 changed files with 206 additions and 110 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue