#240 Traits need to persist after reloading spells

已關閉
neatz093 年之前創建 · 3 條評論
尚未有任何內容
image 評論 3 年之前'
協同者

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?
image 評論 3 年之前'
協同者

Closing as cannot reproduce per discussion with neatz

Closing as cannot reproduce per discussion with neatz
image 評論 3 年之前'
協同者

Closing as cannot reproduce per discussion with neatz

Closing as cannot reproduce per discussion with neatz
image3 年之前 關閉
登入 才能加入這對話。
正在加載...
取消
保存
尚未有任何內容