mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[8146] Fixed handling of eventchance for CreatureEventAI.
Check event chance after timers advances othewise event is not scheduled to next time period and event chance is again checked on next AI update. Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
2d25d7f8bc
commit
1ad013e25b
2 changed files with 8 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8145"
|
||||
#define REVISION_NR "8146"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue