issues
search
ProjectSWGCore
/
Holocore
This is the Star Wars Galaxies server emulator for the Java Virtual Machine
https://www.projectswg.com
GNU Affero General Public License v3.0
31
stars
19
forks
source link
Persist wounds, so a server reboot won't reset them
#1558
Closed
madsboddum
closed
5 months ago
madsboddum
commented
5 months ago
Server loads up fine with existing characters, thanks to
MongoData#getArray
returning an empty list.
I removed some old DB migration code regarding base3 that has served its purpose.
I introduced some new DB migration code to ensure old creatures have a valid initial state regarding wounds.
MongoData#getArray
returning an empty list.