mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-15 05:25:08 +00:00
chore(Scripts/Misc): Cleanup some more JustDied hooks (#9768)
This commit is contained in:
@@ -570,7 +570,7 @@ public:
|
||||
ScriptedAI::MoveInLineOfSight(who);
|
||||
}
|
||||
|
||||
void JustDied(Unit* ) override
|
||||
void JustDied(Unit* /*killer*/) override
|
||||
{
|
||||
if (me->GetEntry() == NPC_UNSTOPPABLE_ABOMINATION && me->GetInstanceScript())
|
||||
{
|
||||
|
||||
@@ -473,7 +473,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
void JustDied(Unit* ) override
|
||||
void JustDied(Unit* /*killer*/) override
|
||||
{
|
||||
Talk(me->GetEntry() == NPC_STALAGG ? SAY_STAL_DEATH : SAY_FEUG_DEATH);
|
||||
Talk(me->GetEntry() == NPC_STALAGG ? EMOTE_STAL_DEATH : EMOTE_FEUG_DEATH);
|
||||
|
||||
@@ -1169,7 +1169,7 @@ public:
|
||||
|
||||
uint32 timer;
|
||||
|
||||
void JustDied(Unit* ) override
|
||||
void JustDied(Unit* /*killer*/) override
|
||||
{
|
||||
if (me->GetEntry() == NPC_MR_BIGGLESWORTH && me->GetInstanceScript())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user