mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[9559] Update AiReaction enum.
This commit is contained in:
parent
66c5e3aebb
commit
820550223a
3 changed files with 7 additions and 7 deletions
|
|
@ -2407,10 +2407,10 @@ enum PetDiet
|
|||
|
||||
enum AiReaction
|
||||
{
|
||||
AI_REACTION_UNK1 = 1,
|
||||
AI_REACTION_AGGRO = 2, // trigger aggro sound to play, if defined in dbc
|
||||
AI_REACTION_UNK3 = 3, // seen happen at polymorph, possible when AI not in control of self?
|
||||
AI_REACTION_UNK4 = 4
|
||||
AI_REACTION_ALERT = 0,
|
||||
AI_REACTION_FRIENDLY = 1,
|
||||
AI_REACTION_HOSTILE = 2, // only currently existing reaction
|
||||
AI_REACTION_AFRAID = 3
|
||||
};
|
||||
|
||||
// Diminishing Returns Types
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue