[8562] added missing spiritguide-spawn in wsg

thx to Tenthu for reporting and testing
This commit is contained in:
balrok 2009-09-29 16:16:35 +02:00
parent 734426a6f6
commit 5ddd66712f
2 changed files with 2 additions and 1 deletions

View file

@ -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);
}

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8561"
#define REVISION_NR "8562"
#endif // __REVISION_NR_H__