From 439b3304f4c82448b0e1585f8641503691212cac Mon Sep 17 00:00:00 2001 From: LogicParrot Date: Fri, 22 Jan 2016 20:55:46 +0200 Subject: Improved tamed wolf pack cooperation and projectile reactions --- src/ClientHandle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ClientHandle.cpp') diff --git a/src/ClientHandle.cpp b/src/ClientHandle.cpp index 6585a38b2..4e882b5d8 100644 --- a/src/ClientHandle.cpp +++ b/src/ClientHandle.cpp @@ -1642,7 +1642,7 @@ void cClientHandle::HandleUseEntity(UInt32 a_TargetEntityID, bool a_IsLeftClick) m_Me->AddFoodExhaustion(0.3); if (a_Entity->IsPawn()) { - m_Me->NotifyFriendlyWolves(static_cast(a_Entity)); + m_Me->NotifyNearbyWolves(static_cast(a_Entity), true); } return true; } -- cgit v1.2.3