From 97b5cc2cbc37afe59b1959cfa7b8773f957fb459 Mon Sep 17 00:00:00 2001 From: mostlikely4r Date: Wed, 25 Sep 2024 15:41:57 +0200 Subject: [PATCH] -Dead improvement: Increase the deaths requirement for choosing to move to spirithealers. --- playerbot/strategy/values/DeadValues.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playerbot/strategy/values/DeadValues.h b/playerbot/strategy/values/DeadValues.h index ad28bad3..a3e7fe25 100644 --- a/playerbot/strategy/values/DeadValues.h +++ b/playerbot/strategy/values/DeadValues.h @@ -7,7 +7,7 @@ namespace ai { DEATH_COUNT_BEFORE_EVAC = 15, DEATH_COUNT_BEFORE_TRYING_ANOTHER_GRAVEYARD = 10, - DEATH_COUNT_BEFORE_REVIVING_AT_SPIRIT_HEALER = 3 + DEATH_COUNT_BEFORE_REVIVING_AT_SPIRIT_HEALER = 8 }; class GraveyardValue : public GuidPositionCalculatedValue, public Qualified