mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[8697] Check creature/GO spawnmask at server loading.
Note: this check only out of range value in masks. And not detect another possible DB problem: After last client switch spawnmask for raid dengeons need update for correct work. In expection same spawn for both normal or both heroic modes: raid normal spawn mask from 1 to 3 (1|2) raid heroic spawn mask from 2 to 12 (4|8) In other case heroic spawn will used for 25-normal mode with empty heroic mode instances.
This commit is contained in:
parent
7ffb8e20ff
commit
314687092f
3 changed files with 67 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8696"
|
||||
#define REVISION_NR "8697"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue