aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Outland
diff options
context:
space:
mode:
authorw1sht0l1v3 <w1sht0l1v3@gmail.com>2016-07-09 17:14:03 +0300
committerw1sht0l1v3 <w1sht0l1v3@gmail.com>2016-07-09 17:14:03 +0300
commitfcfb7b96b2f6f56382243560ed319a1cec1c2b05 (patch)
tree0e97b816f81e1278c63e88f9a72b5f0870457076 /src/server/scripts/Outland
parentc96f53e85f3bd7b4533cbc7e0f0c532fc51136d3 (diff)
Core/Scripts: Corrections after 14b93c04ee07e9fe6e2767460e7fc7cc2b3e6808
Diffstat (limited to 'src/server/scripts/Outland')
-rw-r--r--src/server/scripts/Outland/TempestKeep/botanica/boss_warp_splinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Outland/TempestKeep/botanica/boss_warp_splinter.cpp b/src/server/scripts/Outland/TempestKeep/botanica/boss_warp_splinter.cpp
index e64c0fe9f5e..b9e7fb0034d 100644
--- a/src/server/scripts/Outland/TempestKeep/botanica/boss_warp_splinter.cpp
+++ b/src/server/scripts/Outland/TempestKeep/botanica/boss_warp_splinter.cpp
@@ -103,7 +103,7 @@ class npc_warp_splinter_treant : public CreatureScript
{
if (Unit* Warp = ObjectAccessor::GetUnit(*me, WarpGuid))
{
- if (me->IsWithinMeleeRange(Warp, 2.5f))
+ if (me->IsWithinMeleeRange(Warp))
{
int32 CurrentHP_Treant = (int32)me->GetHealth();
Warp->CastCustomSpell(Warp, SPELL_HEAL_FATHER, &CurrentHP_Treant, 0, 0, true, 0, 0, me->GetGUID());