Skip to content

Commit

Permalink
[9393] Add init value to config.
Browse files Browse the repository at this point in the history
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
  • Loading branch information
mns authored and VladimirMangos committed Feb 15, 2010
1 parent dc0b7ce commit 13e1523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/mangosd/mangosd.conf.dist.in
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,7 @@ AllFlightPaths = 0
AlwaysMaxSkillForLevel = 0
ActivateWeather = 1
CastUnstuck = 1
MaxSpellCastsInChain =10
Instance.IgnoreLevel = 0
Instance.IgnoreRaid = 0
Instance.ResetTimeHour = 4
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9392"
#define REVISION_NR "9393"
#endif // __REVISION_NR_H__

4 comments on commit 13e1523

@luisalvarado
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the max chain spell not around 4 or 5?. Like Chain Lighting? or is there another spell like a boss spell that might be involved in the spell cast in chain variable?

@przemratajczak
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in onyxia lair there is spell triggering 20times as i remember.

@VladimirMangos
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in last case casted triggered spells with cast time and then its casted from from another cast code, but from Unit::Update call at some from next world ticks
Problematic for crash possibility only instant casted triggered spells.

@luisalvarado
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aaaaa okkk. Now i see. Thanks Vlad.

Please sign in to comment.