mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 14:34:32 +02:00
Implemented item packets, did some fixes with one of the conns going null.
This commit is contained in:
parent
3cacedf6ab
commit
8f7e7d4c0d
8 changed files with 353 additions and 28 deletions
|
@ -1,10 +1,10 @@
|
|||
[General]
|
||||
server_ip=141.117.161.40
|
||||
server_ip=127.0.0.1
|
||||
showtimestamp = true
|
||||
|
||||
[Database]
|
||||
worldid=1
|
||||
host="141.117.162.99"
|
||||
worldid=3
|
||||
host=162.243.47.196
|
||||
port=3306
|
||||
database="ffxiv_server"
|
||||
username="root"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue