From 3c201b75543106d6daa693dae0eca39f8efdfa22 Mon Sep 17 00:00:00 2001 From: Keader Date: Wed, 28 Oct 2020 11:59:41 -0300 Subject: Scripts/ScarletMonastery: Decrease boss number Headless Horseman do not use BossAI anymore (since it can be done multiple times) --- src/server/scripts/EasternKingdoms/ScarletMonastery/scarlet_monastery.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/server/scripts/EasternKingdoms/ScarletMonastery/scarlet_monastery.h b/src/server/scripts/EasternKingdoms/ScarletMonastery/scarlet_monastery.h index 76c6b1cbe79..f25cb46b6b6 100644 --- a/src/server/scripts/EasternKingdoms/ScarletMonastery/scarlet_monastery.h +++ b/src/server/scripts/EasternKingdoms/ScarletMonastery/scarlet_monastery.h @@ -24,7 +24,7 @@ #define SMScriptName "instance_scarlet_monastery" #define DataHeader "SM" -uint32 const EncounterCount = 10; +uint32 const EncounterCount = 9; Position const BunnySpawnPosition = { 1776.27f, 1348.74f, 19.20f }; Position const EarthBunnySpawnPosition = { 1765.28f, 1347.46f, 18.55f, 6.17f }; -- cgit v1.2.3