#240 Traits need to persist after reloading spells

Geschlossen
vor 3 Jahren geöffnet von neatz09 · 3 Kommentare
neatz09 kommentierte vor 3 Jahren
Hier gibt es bis jetzt noch keinen Inhalt.
image kommentierte vor 3 Jahren
Mitarbeiter

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 kommentierte vor 3 Jahren
Mitarbeiter

Closing as cannot reproduce per discussion with neatz

Closing as cannot reproduce per discussion with neatz
image kommentierte vor 3 Jahren
Mitarbeiter

Closing as cannot reproduce per discussion with neatz

Closing as cannot reproduce per discussion with neatz
image hat vor 3 Jahren geschlossen
Anmelden, um an der Diskussion teilzunehmen.
Laden…
Abbrechen
Speichern
Hier gibt es bis jetzt noch keinen Inhalt.