removed the CreatureHooks calls until later implemented

This commit is contained in:
2024-12-17 17:48:16 -05:00
parent aa58b493ba
commit f42cba3099

View File

@@ -196,7 +196,7 @@ void MythicPlus::AddScaledCreature(Creature* creature, MpInstanceData* instanceD
// creature->SetAI(ai);
// We know the creature is scaled and in the instance to fire the event.
sCreatureHooks->AddToInstance(creature);
// sCreatureHooks->AddToInstance(creature);
std::string name = creature->GetName();
// Assign random affix for now.