mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	Implemented WeatherDirector , ZoneMaster, and WorldMaster in code. Zone objects has become the ZoneMaster actor object.
This commit is contained in:
		@@ -23,7 +23,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor
 | 
			
		||||
                {
 | 
			
		||||
                    binWriter.Write((UInt32)displayNameID);
 | 
			
		||||
 | 
			
		||||
                    if (displayNameID == 0xFFFFFFFF)
 | 
			
		||||
                    if (displayNameID == 0 || displayNameID == 0xFFFFFFFF)
 | 
			
		||||
                    {
 | 
			
		||||
                        binWriter.Write(Encoding.ASCII.GetBytes(customName), 0, Encoding.ASCII.GetByteCount(customName) >= 0x20 ? 0x19 : Encoding.ASCII.GetByteCount(customName));
 | 
			
		||||
                    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user