Add ldf controlls to vanity npc tools

make vanity npc use more forgiving
This commit is contained in:
Aaron Kimbre
2023-01-11 01:10:14 -06:00
parent e67f310632
commit ce39e3ad6b
2 changed files with 69 additions and 59 deletions

View File

@@ -20,6 +20,7 @@ struct VanityNPC
std::string m_Script;
std::map<std::string, bool> m_Flags;
std::map<uint32_t, std::vector<VanityNPCLocation>> m_Locations;
std::vector<LDFBaseData*> ldf;
};
struct VanityParty