#W# File structure changes.

This commit is contained in:
WarrentyExpired 2026-08-06 19:02:54 -04:00
parent f3c4050cc3
commit 624d04b84f
38 changed files with 43 additions and 43 deletions

View file

@ -53,7 +53,7 @@ namespace Server.Engines.MLQuests
m_QuestGivers = new Dictionary<Type, List<MLQuest>>();
m_Contexts = new Dictionary<PlayerMobile, MLQuestContext>();
string cfgPath = Path.Combine( Core.BaseDirectory, Path.Combine( "Data", "MLQuests.cfg" ) );
string cfgPath = Path.Combine( Core.BaseDirectory, Path.Combine( "Data", "Config", "MLQuests.cfg" ) );
Type baseQuestType = typeof( MLQuest );
Type baseQuesterType = typeof( IQuestGiver );