add manual flag to RequestQuestList to know which quest npc we're talking to
This commit is contained in:
		
							parent
							
								
									ce8d952782
								
							
						
					
					
						commit
						91f3235d75
					
				| @ -497,8 +497,9 @@ pub struct ClientCharacterData { | ||||
|     pub data: [u8; 2088], | ||||
| } | ||||
| 
 | ||||
| #[pso_packet(0xA2)] | ||||
| #[pso_packet(0xA2, manual_flag)] | ||||
| pub struct RequestQuestList { | ||||
|     pub flag: u32, | ||||
| } | ||||
| 
 | ||||
| #[derive(PSOPacketData, Clone, Copy)] | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user