From 0a2fc4d340911b28b9dc6b3b23c69e9fe7729082 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Thu, 28 Aug 2008 18:32:11 +0000 Subject: Added support for being effects through the eAthena levelup message, and check whether the being exists before referencing it. Re-enabled proper MP bar display. Improved handling of a warp to the same map. (patch by Fate) (cherry picked from eAthena client, the part about the levelup message doesn't apply, and we now seem to have a second "effect manager"...) Conflicts: ChangeLog src/being.cpp src/being.h src/engine.cpp src/engine.h src/gui/ministatus.cpp src/net/beinghandler.cpp src/net/playerhandler.cpp src/net/protocol.h --- src/engine.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/engine.cpp') diff --git a/src/engine.cpp b/src/engine.cpp index db1ac3bd..f191280e 100644 --- a/src/engine.cpp +++ b/src/engine.cpp @@ -119,6 +119,7 @@ void Engine::changeMap(const std::string &mapPath) } mCurrentMap = newMap; + mMapName = mapPath; } void Engine::logic() -- cgit v1.2.3-70-g09d2