[11582] Implement SCRIPT_COMMAND_STAND_STATE to use in *_scripts tables

Set the stand state (enum UnitStandStateType) of any Unit*

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2011-06-01 09:27:35 +02:00
parent 6dd7f784cf
commit 70d9d4ef24
5 changed files with 91 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11581"
#define REVISION_NR "11582"
#endif // __REVISION_NR_H__