mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[8743] Fix cooldowns for passive spells
Passive spell cooldowns only for client show. It sets by non passive spells with same category triggered from passive spell auras or in code explictly. * Ignore cooldown at cast passive spells * Not set coldowns at passive spell cast itself.
This commit is contained in:
parent
15ab6794d3
commit
a4e3b3e6aa
2 changed files with 6 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8742"
|
||||
#define REVISION_NR "8743"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue