[12220] Improve Initialisation of COMMAND_ATTACK field

This moves the set command of COMMAND_ATTACK out of CharmInfo::InitPetAction bar, so that this function can be used more genericly for other purposes

Signed-off-by: Schmoozerd <cmangos>
This commit is contained in:
kid10 2012-09-13 23:06:41 +02:00 committed by Antz
parent e635569d08
commit 164c2e137b
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12219"
#define REVISION_NR "12220"
#endif // __REVISION_NR_H__