#W# File structure changes.
This commit is contained in:
parent
f3c4050cc3
commit
624d04b84f
38 changed files with 43 additions and 43 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue