From 90f6023f0f4a2f3fe8be5c3801e4317df7fd61f9 Mon Sep 17 00:00:00 2001 From: Paul Coene Date: Mon, 16 Oct 2017 09:25:26 -0400 Subject: [PATCH] I added this back when. I was wrong. --- zone/client_packet.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/zone/client_packet.cpp b/zone/client_packet.cpp index fe5ab8d92..176efee98 100644 --- a/zone/client_packet.cpp +++ b/zone/client_packet.cpp @@ -12085,15 +12085,6 @@ void Client::Handle_OP_SenseHeading(const EQApplicationPacket *app) int chancemod = 0; - // The client seems to limit sense heading packets based on skill - // level. So if we're really low, we don't hit this routine very often. - // I think it's the GUI deciding when to skill you up. - // So, I'm adding a mod here which is larger at lower levels so - // very low levels get a much better chance to skill up when the GUI - // eventually sends a message. - if (GetLevel() <= 8) - chancemod += (9 - level) * 10; - CheckIncreaseSkill(EQEmu::skills::SkillSenseHeading, nullptr, chancemod); return;