Team-VoW / VoicesOfWynn-Website

Public website for the Minecraft mod "Voices of Wynn"
4 stars 3 forks source link

A tool for system administrators to rearange the order of NPCs in any quest overview #77

Closed ShadyMedic closed 2 years ago

ShadyMedic commented 2 years ago

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).