mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[8622] Add own function to send AI_Reaction packet.
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
4cc389ff71
commit
732bcfbbb6
5 changed files with 19 additions and 9 deletions
|
|
@ -2368,8 +2368,8 @@ enum PetDiet
|
|||
enum AiReaction
|
||||
{
|
||||
AI_REACTION_UNK1 = 1,
|
||||
AI_REACTION_AGGRO = 2,
|
||||
AI_REACTION_UNK3 = 3,
|
||||
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
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue