Core/Entities: Added possibility to inherit StringIds from other entities
Port From (https://github.com/TrinityCore/TrinityCore/commit/88bbd27f8d007dca17bb0d244fcf7e753506734e)
This commit is contained in:
@@ -1597,6 +1597,10 @@ namespace Game.Entities
|
||||
if (summon != null)
|
||||
{
|
||||
summon.SetTempSummonType(despawnType);
|
||||
|
||||
Creature thisCreature = ToCreature();
|
||||
if (thisCreature != null)
|
||||
summon.InheritStringIds(thisCreature);
|
||||
return summon;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user