aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Events
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/scripts/Events')
-rw-r--r--src/server/scripts/Events/lunar_festival.cpp2
-rw-r--r--src/server/scripts/Events/zalazane_fall.cpp2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/server/scripts/Events/lunar_festival.cpp b/src/server/scripts/Events/lunar_festival.cpp
index be76c67d088..4afd2f5d287 100644
--- a/src/server/scripts/Events/lunar_festival.cpp
+++ b/src/server/scripts/Events/lunar_festival.cpp
@@ -378,8 +378,6 @@ struct npc_omen : public ScriptedAI
events.ScheduleEvent(EVENT_CAST_STARFALL, 14s, 16s);
break;
}
-
- DoMeleeAttackIfReady();
}
};
diff --git a/src/server/scripts/Events/zalazane_fall.cpp b/src/server/scripts/Events/zalazane_fall.cpp
index 8526025716e..c72e0e184ad 100644
--- a/src/server/scripts/Events/zalazane_fall.cpp
+++ b/src/server/scripts/Events/zalazane_fall.cpp
@@ -234,8 +234,6 @@ struct npc_tiger_matriarch : public ScriptedAI
break;
}
}
-
- DoMeleeAttackIfReady();
}
private: