AlterEgo

AlterEgo

39k Downloads

Restructure saved Character data

DennisRas opened this issue ยท 1 comments

commented

Currently the data is organized/indexed by playerGUID.
In order to utilize Lua array functions and methods such as "#", this has to be changed into a regular array.
This requires some refactoring.

commented

Gave it a go but Lua is just an awkward language and it's better to index by keys/ids as it's easier to access the table items.