mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 13:34:38 +02:00
Implementing zone settings from DB.
This commit is contained in:
parent
9d67718060
commit
0e85e2bddf
3 changed files with 58 additions and 3 deletions
|
@ -49,13 +49,15 @@ namespace FFXIVClassic_Lobby_Server
|
|||
|
||||
DebugProg debug = new DebugProg();
|
||||
WorldMaster worldMaster = new WorldMaster();
|
||||
Zone inn = new Zone(0xF4, "prv0Inn01", 0xD1, false, false, false, false);
|
||||
|
||||
List<Zone> zoneList;
|
||||
|
||||
public PacketProcessor(Dictionary<uint, ConnectedPlayer> playerList, List<ClientConnection> connectionList)
|
||||
{
|
||||
mPlayers = playerList;
|
||||
mConnections = connectionList;
|
||||
// initNpcs();
|
||||
|
||||
zoneList = Database.loadZones();
|
||||
}
|
||||
|
||||
public void processPacket(ClientConnection client, BasePacket packet)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue