From d3ccff2d65a8133cc3a08eff4b8d63c0c9fc526c Mon Sep 17 00:00:00 2001 From: nytmyr <53322305+nytmyr@users.noreply.github.com> Date: Mon, 30 Dec 2024 01:16:36 -0600 Subject: [PATCH] remove this for a separate PR --- zone/exp.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/exp.cpp b/zone/exp.cpp index 70f72cacb..be6b8af2b 100644 --- a/zone/exp.cpp +++ b/zone/exp.cpp @@ -1004,7 +1004,6 @@ void Client::SetLevel(uint8 set_level, bool command) } } else { SetHP(CalcMaxHP()); // Why not, lets give them a free heal - SetMana(CalcMaxMana()); } if (RuleI(World, PVPMinLevel) > 0 && level >= RuleI(World, PVPMinLevel) && m_pp.pvp == 0) {