From bbd2796ea44ad36ca3233a1fe56026b8a8cac920 Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Fri, 18 Nov 2016 13:55:04 -0500 Subject: [PATCH] Add ParticlePoint enum for OP_LevelAppearance --- common/eq_packet_structs.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/common/eq_packet_structs.h b/common/eq_packet_structs.h index 5e83a467f..1d25e4d66 100644 --- a/common/eq_packet_structs.h +++ b/common/eq_packet_structs.h @@ -3517,6 +3517,20 @@ struct RecipeAutoCombine_Struct { // f5 ff ff ff in 'you dont have all the stuff' reply }; +// this is the "value#a" data +enum EParticlePoint { + eDefault, + eChest, + eHead, + eLeftHand, + eRigthHand, + eLeftFoot, + eRightFood, + eLeftEye, + eRightEye, + eMouth +}; + struct LevelAppearance_Struct { //Sends a little graphic on level up uint32 spawn_id; uint32 parm1;