[8123] Introduced new method Player::RemoveSpellCategoryCooldown(uint32,bool)

This method removes cooldown from all spells from given category
and optionaly sends update to player. By default update is not send.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2009-07-05 14:28:03 +02:00
parent 91e4d7324a
commit 2273f7abe0
3 changed files with 18 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8122"
#define REVISION_NR "8123"
#endif // __REVISION_NR_H__