From 258b66f490fded61acffccff5e9328e30bb64d13 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sun, 15 Jul 2018 22:17:13 +0200 Subject: [PATCH] Scripts/BoT: fixed a tiny, tiny spacing. --- .../BastionOfTwilight/boss_theralion_and_valiona.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/scripts/EasternKingdoms/BastionOfTwilight/boss_theralion_and_valiona.cpp b/src/server/scripts/EasternKingdoms/BastionOfTwilight/boss_theralion_and_valiona.cpp index f472feae5eb..fb3af3e2510 100644 --- a/src/server/scripts/EasternKingdoms/BastionOfTwilight/boss_theralion_and_valiona.cpp +++ b/src/server/scripts/EasternKingdoms/BastionOfTwilight/boss_theralion_and_valiona.cpp @@ -146,7 +146,7 @@ enum Actions enum Phases { PHASE_INTRO = 0, - PHASE_GROUND = 1, + PHASE_GROUND = 1, PHASE_AIR = 2 };