fix(Scripts/VioletHold): Prevent Sinclari from despawning (#25455)
This commit is contained in:
parent
bc38cf2d27
commit
dde37ba4d9
1 changed files with 1 additions and 1 deletions
|
|
@ -377,7 +377,7 @@ public:
|
|||
if (Creature* sinclari = GetCreature(DATA_SINCLARI))
|
||||
{
|
||||
sinclari->AI()->Talk(SAY_SINCLARI_DOOR_LOCK);
|
||||
sinclari->DespawnOrUnsummon(5s);
|
||||
sinclari->SetVisible(false);
|
||||
}
|
||||
if (Creature* doorSeal = GetCreature(DATA_DOOR_SEAL))
|
||||
doorSeal->RemoveAllAuras();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue