From c04eb3d86666aa96f36ccac03f29ad46c18529c3 Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Tue, 5 Jan 2010 15:42:22 +0100 Subject: Removed the nonsensical particle popups with the percent of exp to next level on Manaserv --- src/localplayer.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/localplayer.cpp') diff --git a/src/localplayer.cpp b/src/localplayer.cpp index 260a5542..95739329 100644 --- a/src/localplayer.cpp +++ b/src/localplayer.cpp @@ -925,7 +925,9 @@ void LocalPlayer::setExp(int value) { if (mMap && value > mExp) { - addMessageToQueue(toString(value - mExp) + " xp"); + #ifdef EATHENA_SUPPORT + addMessageToQueue(toString(value - mExp) + " xp"); + #endif } mExp = value; -- cgit v1.2.3-60-g2f50