[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:
VladimirMangos 2009-10-27 09:23:46 +03:00
parent 15ab6794d3
commit a4e3b3e6aa
2 changed files with 6 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8742"
#define REVISION_NR "8743"
#endif // __REVISION_NR_H__