#240 Traits need to persist after reloading spells

クローズ
3 年 前neatz09 によって開かれました · 3 コメント
neatz093 年 前 にコメントしました
まだコンテンツがありません
image3 年 前 にコメントしました
共同編集者

we do reload traits it seems:

void MasterSpellList::Reload(){
    master_trait_list.DestroyTraits();
    DestroySpells();
    database.LoadSpells();
    database.LoadSpellErrors();
    database.LoadTraits();
}

is it that the client is not updated? Have you tried zoning?

we do reload traits it seems: ``` void MasterSpellList::Reload(){ master_trait_list.DestroyTraits(); DestroySpells(); database.LoadSpells(); database.LoadSpellErrors(); database.LoadTraits(); } ``` is it that the client is not updated? Have you tried zoning?
image3 年 前 にコメントしました
共同編集者

Closing as cannot reproduce per discussion with neatz

Closing as cannot reproduce per discussion with neatz
image3 年 前 にコメントしました
共同編集者

Closing as cannot reproduce per discussion with neatz

Closing as cannot reproduce per discussion with neatz
image 3 年 前 に閉じられました
会話に参加するには サインイン してください。
読み込み中…
キャンセル
保存
まだコンテンツがありません