mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Scripts/ToTC: Correcting Jaraxxus Volcano and Nether Portal behaviour
Closes #7687 Closes #7467
This commit is contained in:
@@ -329,6 +329,8 @@ public:
|
||||
// used to despawn corpse immediately
|
||||
me->DespawnOrUnsummon();
|
||||
}
|
||||
|
||||
void UpdateAI(uint32 const diff) {}
|
||||
};
|
||||
|
||||
};
|
||||
@@ -438,6 +440,8 @@ public:
|
||||
// used to despawn corpse immediately
|
||||
me->DespawnOrUnsummon();
|
||||
}
|
||||
|
||||
void UpdateAI(uint32 const diff) {}
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user