From d2024c5c05690fd9047029156d85fb6cc08e50ca Mon Sep 17 00:00:00 2001 From: Vincent_Michael Date: Sat, 9 Mar 2013 04:54:58 +0100 Subject: Core: Fix build --- .../scripts/Northrend/Nexus/EyeOfEternity/instance_eye_of_eternity.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/server/scripts/Northrend/Nexus/EyeOfEternity/instance_eye_of_eternity.cpp b/src/server/scripts/Northrend/Nexus/EyeOfEternity/instance_eye_of_eternity.cpp index 806152f3826..da008d10367 100644 --- a/src/server/scripts/Northrend/Nexus/EyeOfEternity/instance_eye_of_eternity.cpp +++ b/src/server/scripts/Northrend/Nexus/EyeOfEternity/instance_eye_of_eternity.cpp @@ -162,7 +162,7 @@ public: // This fix not being able to press release button. // Variation of this with some check needs to be implemented somewhere within core code. // It'll stay here until someone find where and why the leak happens. - dyingPlayer->StopMoving(); + unit->StopMoving(); } void ProcessEvent(WorldObject* /*obj*/, uint32 eventId) -- cgit v1.2.3