Scripts/Spells: Implement Summon Sayaad

Port From (https://github.com/TrinityCore/TrinityCore/commit/c7ff9a9083fdb5aab1fe54b16ffd84851f99424d)
This commit is contained in:
hondacrx
2023-05-02 16:32:00 -04:00
parent 5e5e17e23c
commit be0a98f3de
4 changed files with 141 additions and 9 deletions
@@ -207,6 +207,7 @@ namespace Framework.Constants
public const int MaxActivePets = 5;
public const int MaxPetStables = 200;
public const uint CallPetSpellId = 883;
public const uint PetSummoningDisorientation = 32752;
public const float PetFollowDist = 1.0f;
public const float PetFollowAngle = MathF.PI;
public const int MaxSpellCharm = 4;