Во время тестирования игры один из тестеров случайно нашел баг. Если в Журнале нажать Shift+Z+ Вниз, то получаем ошибку Cannot read property 'split' of undefined. Ошибка в консоли.
rpg_managers.js:1949 TypeError: Cannot read property 'split' of undefined
at Game_Quest.resoTxtArray (Galv_QuestLog.js:618)
at Window_QuestInfo.drawQuest (Galv_QuestLog.js:957)
at Window_QuestInfo.refresh (Galv_QuestLog.js:906)
at Window_QuestInfo.setItem (Galv_QuestLog.js:899)
at Window_QuestList.Window_Selectable.setHelpWindowItem (rpg_windows.js:1243)
at Window_QuestList.updateHelp (Galv_QuestLog.js:864)
at Window_QuestList.Window_Selectable.callUpdateHelp (rpg_windows.js:1233)
at Window_QuestList.Window_Selectable.select (rpg_windows.js:797)
at Window_QuestList.Window_Selectable.cursorDown (rpg_windows.js:920)
at Window_QuestList.Window_Selectable.processCursorMove (rpg_windows.js:1001)