mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 19:37:04 +00:00
[7622] Added creatureAI with related database tables.
Code and concept (also known as EventAI) by ScriptDev2. Note: database table layout are compatible with original db-scripts.
This commit is contained in:
parent
d6223e18f5
commit
6bb6ff0f7e
19 changed files with 2936 additions and 2 deletions
|
|
@ -214,6 +214,9 @@ pkgdata_DATA = \
|
|||
7615_01_mangos_command.sql \
|
||||
7616_01_mangos_mangos_string.sql \
|
||||
7616_02_mangos_command.sql \
|
||||
7622_01_mangos_creature_ai_scripts.sql \
|
||||
7622_02_mangos_creature_ai_summons.sql \
|
||||
7622_03_mangos_creature_ai_texts.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -408,4 +411,7 @@ EXTRA_DIST = \
|
|||
7615_01_mangos_command.sql \
|
||||
7616_01_mangos_mangos_string.sql \
|
||||
7616_02_mangos_command.sql \
|
||||
7622_01_mangos_creature_ai_scripts.sql \
|
||||
7622_02_mangos_creature_ai_summons.sql \
|
||||
7622_03_mangos_creature_ai_texts.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue