Currently, the NPCs display in the order decided by their IDs, which is not ideal as here and there, we need to add a new NPC that was somewhat forgotten and it's now at the bottom of the list, even though it's not the last NPC the player interracts with.
It'd be nice to have some tool in the "Administration" section, that would allow admins to move this new NPC to its proper place, by swaping IDs of the affected NPCs (this shouldn't cause any problems, as we have the foreign key relations set up properly in our database).
Currently, the NPCs display in the order decided by their IDs, which is not ideal as here and there, we need to add a new NPC that was somewhat forgotten and it's now at the bottom of the list, even though it's not the last NPC the player interracts with.
It'd be nice to have some tool in the "Administration" section, that would allow admins to move this new NPC to its proper place, by swaping IDs of the affected NPCs (this shouldn't cause any problems, as we have the foreign key relations set up properly in our database).