mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[12155] Prevent saving/loading/init capture points in instances
Reason for this are: 1) We don't want them saved/loaded between bg games 2) Saving cp slider is done by go id and would not work for instances 3) There are visual-only capture points in bg (eots) 4) It would be possible to only enable the capture points on bg start TODO: Move this to OutdoorPvP base class
This commit is contained in:
parent
522ccf02ae
commit
012c2ef51b
2 changed files with 12 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "12154"
|
||||
#define REVISION_NR "12155"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue