mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
* Another update of AiReaction.
--HG-- branch : trunk
This commit is contained in:
@@ -2485,10 +2485,11 @@ enum PetDiet
|
||||
|
||||
enum AiReaction
|
||||
{
|
||||
AI_REACTION_ALERT = 0,
|
||||
AI_REACTION_FRIENDLY = 1,
|
||||
AI_REACTION_HOSTILE = 2, // only currently existing reaction
|
||||
AI_REACTION_AFRAID = 3
|
||||
AI_REACTION_ALERT = 0, // pre-aggro (used in client packet handler)
|
||||
AI_REACTION_FRIENDLY = 1, // (NOT used in client packet handler)
|
||||
AI_REACTION_HOSTILE = 2, // sent on every attack, triggers aggro sound (used in client packet handler)
|
||||
AI_REACTION_AFRAID = 3, // seen for polymorph (when AI not in control of self?) (NOT used in client packet handler)
|
||||
AI_REACTION_DESTROY = 4, // used on object destroy (NOT used in client packet handler)
|
||||
};
|
||||
|
||||
// Diminishing Returns Types
|
||||
|
||||
Reference in New Issue
Block a user