Addition of separate IdFactoryType enum.
This commit is contained in:
9
L2J_Mobius_C6_Interlude/dist/game/config/olympiad.cfg
vendored
Normal file
9
L2J_Mobius_C6_Interlude/dist/game/config/olympiad.cfg
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#Olympiad Properties
|
||||
#Tue Aug 20 13:40:12 EEST 2019
|
||||
NextWeeklyChange_DateFormat=27 \u0391\u03C5\u03B3 2019, 1\:35\:34 \u03BC.\u03BC.
|
||||
ValdationEnd=0
|
||||
NextWeeklyChange=1566902134230
|
||||
Period=0
|
||||
CurrentCycle=1
|
||||
OlympiadEnd=1567328400230
|
||||
OlympiadEnd_DateFormat=1 \u03A3\u03B5\u03C0 2019, 12\:00\:00 \u03BC.\u03BC.
|
@@ -1,9 +1,8 @@
|
||||
# Tell server which IDFactory Class to use
|
||||
# Options are:
|
||||
# Compaction (Original method),
|
||||
# BitSet (One non compaction method - default),
|
||||
# Stack (Another non compaction method)
|
||||
IDFactory = BitSet
|
||||
# BITSET (One non compaction method - default),
|
||||
# STACK (Another non compaction method)
|
||||
IDFactory = BITSET
|
||||
|
||||
# Check for bad ids in the database on server boot up
|
||||
# Much faster load time without it, but may cause problems
|
||||
|
Reference in New Issue
Block a user