mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[8562] added missing spiritguide-spawn in wsg
thx to Tenthu for reporting and testing
This commit is contained in:
parent
734426a6f6
commit
5ddd66712f
2 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8561"
|
||||
#define REVISION_NR "8562"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue