#240 Traits need to persist after reloading spells

Stängd
öppnade 3 år sedan av neatz09 · 3 kommentarer
neatz09 kommenterad 3 år sedan
Det finns inget innehåll än.
image kommenterad 3 år sedan
Deltagare

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 kommenterad 3 år sedan
Deltagare

Closing as cannot reproduce per discussion with neatz

Closing as cannot reproduce per discussion with neatz
image kommenterad 3 år sedan
Deltagare

Closing as cannot reproduce per discussion with neatz

Closing as cannot reproduce per discussion with neatz
Logga in för att delta i denna konversation.
Laddar...
Avbryt
Spara
Det finns inget innehåll än.