mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 16:37:06 +00:00
[9556] Allow summoned creatures use MovementType == RANDOM_MOTION_TYPE
Using creature_template.MovementType as default. For normal spawned creatures, data from creature table will still apply and override _template. Radius is 5.0 as default, but may be changed in real-time from ai scripts using function. Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
583e37e5c9
commit
3d3348e485
2 changed files with 3 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9555"
|
||||
#define REVISION_NR "9556"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue