mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	NPCs now spawn and load template from the db.
This commit is contained in:
		@@ -93,7 +93,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor
 | 
			
		||||
            return true;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        public bool addProperty(FFXIVClassic_Map_Server.dataobjects.Actor actor, string name)
 | 
			
		||||
        public bool addProperty(FFXIVClassic_Map_Server.Actors.Actor actor, string name)
 | 
			
		||||
        {
 | 
			
		||||
            string[] split = name.Split('.');
 | 
			
		||||
            int arrayIndex = 0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user