From c21ef703daabff116bdb95d06f4f1ec64ef9b5cf Mon Sep 17 00:00:00 2001 From: Supamiu Date: Fri, 11 Oct 2019 22:59:15 +0200 Subject: [PATCH] Add description for AetherReductionDlg ActorControl packet --- src/common/Network/CommonActorControl.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/common/Network/CommonActorControl.h b/src/common/Network/CommonActorControl.h index f620b381..734b3d83 100644 --- a/src/common/Network/CommonActorControl.h +++ b/src/common/Network/CommonActorControl.h @@ -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, /*!