diff --git a/src/game/BattleGroundWS.cpp b/src/game/BattleGroundWS.cpp index 0816d689a..704facdc1 100644 --- a/src/game/BattleGroundWS.cpp +++ b/src/game/BattleGroundWS.cpp @@ -98,6 +98,7 @@ void BattleGroundWS::StartingEventOpenDoors() // TODO implement timer to despawn doors after a short while + SpawnEvent(WS_EVENT_SPIRITGUIDES_SPAWN, 0, true); SpawnEvent(WS_EVENT_FLAG_A, 0, true); SpawnEvent(WS_EVENT_FLAG_H, 0, true); } diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 17e80f541..37feffd55 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "8561" + #define REVISION_NR "8562" #endif // __REVISION_NR_H__