aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2020-10-28 11:59:41 -0300
committerShauren <shauren.trinity@gmail.com>2022-02-28 23:38:49 +0100
commit2e2f93b94f52e26d8d9faa8d9930ca3a04e2ed81 (patch)
tree8201abb1527a83c6758206b82df4abf7568db00f /src
parent8d841679fc07162b44500b1577947c22e8e3d7f2 (diff)
Scripts/ScarletMonastery: Decrease boss number
Headless Horseman do not use BossAI anymore (since it can be done multiple times) (cherry picked from commit 3c201b75543106d6daa693dae0eca39f8efdfa22)
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/EasternKingdoms/ScarletMonastery/scarlet_monastery.h2
1 files changed, 1 insertions, 1 deletions
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 };