mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
Removed old db stuff.
This commit is contained in:
parent
625ee299f7
commit
bea796ec85
16 changed files with 29 additions and 686 deletions
|
@ -1,5 +1,4 @@
|
|||
using FFXIVClassic_Lobby_Server;
|
||||
using FFXIVClassic_Lobby_Server.dataobjects;
|
||||
using FFXIVClassic_Lobby_Server.packets;
|
||||
using FFXIVClassic_Map_Server.dataobjects.chara;
|
||||
using FFXIVClassic_Map_Server.packets.send.actor;
|
||||
|
@ -102,8 +101,7 @@ namespace FFXIVClassic_Map_Server.dataobjects
|
|||
|
||||
public void sendMotd()
|
||||
{
|
||||
DBWorld world = Database.getServer(ConfigConstants.DATABASE_WORLDID);
|
||||
//sendChat(world.motd);
|
||||
|
||||
}
|
||||
|
||||
public void sendChat(ConnectedPlayer sender, string message, int mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue