Merge pull request 'fix tradesuccess flag thing' (#12) from tradesuccessful into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #12
This commit is contained in:
commit
315cfded37
@ -622,15 +622,15 @@ pub struct TradeConfirmed {
|
||||
pub struct CancelTrade {
|
||||
}
|
||||
|
||||
#[pso_packet(0xD4)]
|
||||
#[pso_packet(0xD4, manual_flag)]
|
||||
pub struct TradeSuccessful {
|
||||
success: u8,
|
||||
flag: u32,
|
||||
}
|
||||
|
||||
impl std::default::Default for TradeSuccessful {
|
||||
fn default() -> TradeSuccessful {
|
||||
TradeSuccessful {
|
||||
success: 1,
|
||||
flag: 1,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user