diff options
| author | Shauren <shauren.trinity@gmail.com> | 2024-01-08 22:23:12 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2024-01-08 22:23:12 +0100 |
| commit | 605e5f94c0d71cad8e83fa5a07eaec4e6bed9cc3 (patch) | |
| tree | 5cad677458a22ef0dd187fa86d1cd574282384dd /src/server/scripts/Events | |
| parent | eeb4407f077bf567361becdbe5083c2790f00313 (diff) | |
Core/Creatures: Moved autoattack handling from scripts to game
Diffstat (limited to 'src/server/scripts/Events')
| -rw-r--r-- | src/server/scripts/Events/lunar_festival.cpp | 2 | ||||
| -rw-r--r-- | src/server/scripts/Events/zalazane_fall.cpp | 2 |
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: |
