mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 22:37:45 +00:00
Add description for AetherReductionDlg ActorControl packet
This commit is contained in:
parent
eb75b35e7d
commit
c21ef703da
1 changed files with 8 additions and 0 deletions
|
@ -175,6 +175,14 @@ namespace Sapphire::Network::ActorControl
|
|||
|
||||
RelicInfuseMsg = 0x179,
|
||||
|
||||
/*!
|
||||
* Sent as result of an aetherial reduction.
|
||||
* param1 = Reduced item ID + 500 000 (idk what this 500 000 is but it's always here no matter what)
|
||||
* param2 = First result item id (+ 1 000 000 if HQ)
|
||||
* param3 = First result item quantity
|
||||
* param4 = (Optional) Second result item id (+ 1 000 000 if HQ)
|
||||
* param5 = (Optional) Second result item quantity
|
||||
*/
|
||||
AetherReductionDlg = 0x17D,
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Add table
Reference in a new issue