Skip to content

Commit

Permalink
Initial shapeshift form flags documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Warlockbugs committed Jun 27, 2017
1 parent 6edcf58 commit 184a3a8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/game/Globals/SharedDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -2740,6 +2740,25 @@ enum ShapeshiftForm
FORM_SPIRITOFREDEMPTION = 0x20,
};

enum ShapeshiftFormFlags
{
SHAPESHIFT_FORM_FLAG_UNK1 = 0x00000001,
SHAPESHIFT_FORM_FLAG_UNK2 = 0x00000002,
SHAPESHIFT_FORM_FLAG_UNK3 = 0x00000004,
SHAPESHIFT_FORM_FLAG_UNK4 = 0x00000008,
SHAPESHIFT_FORM_FLAG_UNK5 = 0x00000010,
SHAPESHIFT_FORM_FLAG_UNK6 = 0x00000020,
SHAPESHIFT_FORM_FLAG_UNK7 = 0x00000040,
SHAPESHIFT_FORM_FLAG_UNK8 = 0x00000080,
SHAPESHIFT_FORM_FLAG_AUTO_UNSHIFT = 0x00000100, // Handled at client side
SHAPESHIFT_FORM_FLAG_UNK10 = 0x00000200,
SHAPESHIFT_FORM_FLAG_UNK11 = 0x00000400,
SHAPESHIFT_FORM_FLAG_UNK12 = 0x00000800,
SHAPESHIFT_FORM_FLAG_UNK13 = 0x00001000,
SHAPESHIFT_FORM_FLAG_UNK14 = 0x00002000,
SHAPESHIFT_FORM_FLAG_UNK15 = 0x00004000,
};

enum ResponseCodes
{
RESPONSE_SUCCESS = 0x00,
Expand Down

0 comments on commit 184a3a8

Please sign in to comment.