diff options
| author | lactoseti <lactoseti@users.noreply.github.com> | 2019-05-27 03:21:36 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-08 23:20:51 +0100 |
| commit | 6b2e40257a5ca5b6b07507ecbe194f0392fbd375 (patch) | |
| tree | d15ebfcd22dbfd98d48f4cc37915e32779bafcff | |
| parent | 2bf8ffd5d9ed0e557d97f1510f6ea4ac16782b9a (diff) | |
Creature/Script: npc_tallhorn_stag
Ref #2623
(cherry picked from commit bfffa5d45e9d07636930e89916986edf7c086c1e)
| -rw-r--r-- | src/server/scripts/Northrend/zone_grizzly_hills.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/scripts/Northrend/zone_grizzly_hills.cpp b/src/server/scripts/Northrend/zone_grizzly_hills.cpp index 83370f01caa..f85844228ca 100644 --- a/src/server/scripts/Northrend/zone_grizzly_hills.cpp +++ b/src/server/scripts/Northrend/zone_grizzly_hills.cpp @@ -373,6 +373,8 @@ public: } _phase = 0; } + if (!UpdateVictim()) + return; DoMeleeAttackIfReady(); } private: |
