mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-07 23:52:24 +00:00
Add ParticlePoint enum for OP_LevelAppearance
This commit is contained in:
parent
5a08e0ffd9
commit
bbd2796ea4
@ -3517,6 +3517,20 @@ struct RecipeAutoCombine_Struct {
|
|||||||
// f5 ff ff ff in 'you dont have all the stuff' reply
|
// 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
|
struct LevelAppearance_Struct { //Sends a little graphic on level up
|
||||||
uint32 spawn_id;
|
uint32 spawn_id;
|
||||||
uint32 parm1;
|
uint32 parm1;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user