mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
some more cleanup (cbd025f follow-up)
This commit is contained in:
@@ -102,9 +102,6 @@ class boss_selin_fireheart : public CreatureScript
|
||||
|
||||
void SelectNearestCrystal()
|
||||
{
|
||||
if (Crystals.empty())
|
||||
return;
|
||||
|
||||
if (Creature* crystal = me->FindNearestCreature(NPC_FEL_CRYSTAL, 250.0f))
|
||||
{
|
||||
Talk(SAY_ENERGY);
|
||||
@@ -244,7 +241,6 @@ class boss_selin_fireheart : public CreatureScript
|
||||
}
|
||||
|
||||
private:
|
||||
std::list<ObjectGuid> Crystals;
|
||||
ObjectGuid CrystalGUID;
|
||||
bool _scheduledEvents;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user