diff --git a/server/gameserver/creature.cc b/server/gameserver/creature.cc index a0132885..6c0a571f 100644 --- a/server/gameserver/creature.cc +++ b/server/gameserver/creature.cc @@ -1127,6 +1127,7 @@ void Creature::Initialize() INIT_LIST_HEAD(&node); } if (IsHuman()) { + #if 0 a8::XTimerWp nature_recover_hp_timer; nature_recover_hp_idle_timer = room->xtimer.SetIntervalWpEx ( @@ -1161,6 +1162,7 @@ void Creature::Initialize() } }, &xtimer_attacher); + #endif } }