-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
Description
Description
I might be wrong but there are those npc in Icecrown-Ymirheim Carrion Hunter and Blight Falconer maybe more with following aura Spell Abandon Passengers on Poly that most likely shoud dismount Carrion Hunter when you cast polymorph on any of them, atm it doesn't works and visual result is kinda ugly:https://youtu.be/v1QmkqnF4nI
--
DELETE FROM `creature_template_addon` WHERE `entry`=31262;
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `MountCreatureID`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvPFlags`, `emote`, `visibilityDistanceType`, `auras`) VALUES
(31262, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, '59532');
UPDATE `creature_template_addon` SET `auras`='59532' WHERE `entry`=31263;Expected behaviour
The Carrion Hunter shoud be abbandoned/dropped when Blight Falconer is polymorphed or mind controlled as aura name suggest and can be seen here:
Steps to reproduce the problem
make sure you applied above sql then restart server
.go c 121232
.cast 118
notice strange polymorph combined with Carrion Hunter
Branch
3.3.5
TC rev. hash/commit
Operating system
Windows 11 x64
Custom changes
None