summaryrefslogtreecommitdiff
path: root/src/game-server/testing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/testing.cpp')
-rw-r--r--src/game-server/testing.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game-server/testing.cpp b/src/game-server/testing.cpp
index 86f47f2c..4f269e29 100644
--- a/src/game-server/testing.cpp
+++ b/src/game-server/testing.cpp
@@ -37,6 +37,7 @@ void testingMap(int id)
Being *being = new Controlled(OBJECT_MONSTER);
being->setSpeed(150);
being->setSize(8);
+ being->setHitpoints(3);
being->setMapId(1);
Point pos = { 720, 900 };
being->setPosition(pos);