mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-05 16:57:52 +00:00
fix(Scripts/Naxxramas): Mr. Bigglesworth and Critter Bites interaction (#24671)
This commit is contained in:
@@ -741,10 +741,10 @@ private:
|
||||
bool _horsemanAchievement;
|
||||
};
|
||||
|
||||
class npc_mr_bigglesworth : public NullCreatureAI
|
||||
class npc_mr_bigglesworth : public CritterAI
|
||||
{
|
||||
public:
|
||||
npc_mr_bigglesworth(Creature* c) : NullCreatureAI(c) { }
|
||||
npc_mr_bigglesworth(Creature* c) : CritterAI(c) { }
|
||||
|
||||
void JustDied(Unit* /*killer*/) override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user