mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	Added back loading defaulttalk npcs through script. Should speed up warps now! Added loading mapobj ifno through a db table, removing the need for unique scripts. Deleted ported mapobj scripts.
This commit is contained in:
		| @@ -1815,7 +1815,7 @@ namespace Meteor.Map.Actors | ||||
|                     break; | ||||
|             } | ||||
|  | ||||
|             if (defaultTalk != null && defaultTalk.IsQuestENPC(this, npc)) | ||||
|             if (defaultTalk != null && defaultTalk.IsQuestENPCByScript(this, npc)) | ||||
|                 return defaultTalk; | ||||
|  | ||||
|             return null; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user