mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 07:37:02 +00:00
[10365] Implement ACTION_T_MOUNT_TO_ENTRY_OR_MODEL (43) for creature eventAI.
Read doc/EventAI.txt for details. SQL query to update existing scripts are included (convert from using ACTION_T_SET_UNIT_FIELD, field 68) Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
40f70138da
commit
821bb9fcc4
9 changed files with 64 additions and 3 deletions
|
|
@ -81,6 +81,7 @@ pkgdata_DATA = \
|
|||
10353_01_mangos_mangos_string.sql \
|
||||
10353_02_mangos_command.sql \
|
||||
10362_01_mangos_creature_movement_template.sql \
|
||||
10365_01_mangos_creature_ai_scripts.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -142,4 +143,5 @@ EXTRA_DIST = \
|
|||
10353_01_mangos_mangos_string.sql \
|
||||
10353_02_mangos_command.sql \
|
||||
10362_01_mangos_creature_movement_template.sql \
|
||||
10365_01_mangos_creature_ai_scripts.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue