[bug] requiredLevel gets set at quest object creation and won't change dynamically as should
Laumesis opened this issue ยท 0 comments
Questie/Database/QuestieDB.lua
Lines 680 to 682 in d1e65d0
This overwrites
QO.requiredLevel
set earlier from rawdata[ ]
.
Most places query the requiredLevel
directly from DB, and use it through GetTbcLevel( )
function. These won't bug out.
But there are some places using quest.requiredLevel
(and feeding it to GetTbcLevel( )
). These will show wrong level after player level changes during playing. /reload
corrects this ofc.