#240 Traits need to persist after reloading spells

Đã đóng
%! (template.HTML=3 năm trước cách đây)đang mở bởi neatz09 · 3 ý kiến
Ở đây vẫn chưa có nội dung nào.
image đã nhận xét 3 năm trước cách đây
Người hợp tác

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 đã nhận xét 3 năm trước cách đây
Người hợp tác

Closing as cannot reproduce per discussion with neatz

Closing as cannot reproduce per discussion with neatz
image đã nhận xét 3 năm trước cách đây
Người hợp tác

Closing as cannot reproduce per discussion with neatz

Closing as cannot reproduce per discussion with neatz
Đăng nhập để tham gia bình luận.
Đang tải...
Hủy bỏ
Lưu
Ở đây vẫn chưa có nội dung nào.