mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
[9393] Add init value to config.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
b2718378ef
commit
1697b12406
2 changed files with 2 additions and 1 deletions
|
|
@ -665,6 +665,7 @@ AllFlightPaths = 0
|
||||||
AlwaysMaxSkillForLevel = 0
|
AlwaysMaxSkillForLevel = 0
|
||||||
ActivateWeather = 1
|
ActivateWeather = 1
|
||||||
CastUnstuck = 1
|
CastUnstuck = 1
|
||||||
|
MaxSpellCastsInChain =10
|
||||||
Instance.IgnoreLevel = 0
|
Instance.IgnoreLevel = 0
|
||||||
Instance.IgnoreRaid = 0
|
Instance.IgnoreRaid = 0
|
||||||
Instance.ResetTimeHour = 4
|
Instance.ResetTimeHour = 4
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9392"
|
#define REVISION_NR "9393"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue