mirror of
https://github.com/CPunch/gopenfusion.git
synced 2025-10-09 19:00:08 +00:00
major refactoring: db.Player is now core.Player
- misc. cleanup - core/db/players.go: works with core.Player types, will also grab inventory table
This commit is contained in:
@@ -1,14 +1,18 @@
|
||||
package config
|
||||
|
||||
const (
|
||||
AEQUIP_COUNT = 9
|
||||
AINVEN_COUNT = 50
|
||||
ABANK_COUNT = 119
|
||||
|
||||
NANO_COUNT = 37
|
||||
)
|
||||
|
||||
var (
|
||||
SPAWN_X = 632032
|
||||
SPAWN_Y = 187177
|
||||
SPAWN_Z = -5500
|
||||
|
||||
AEQUIP_COUNT = 9
|
||||
AINVEN_COUNT = 50
|
||||
ABANK_COUNT = 119
|
||||
|
||||
LOGIN_PORT = 23000
|
||||
SHARD_PORT = 23001
|
||||
SHARD_IP = "127.0.0.1"
|
||||
|
Reference in New Issue
Block a user