[7622] Added creatureAI with related database tables.
commit5a6594330caefc0dc00a5fe792dcb0e344b457cb
authorAlexDereka <dereka.alex@gmail.com>
Sun, 5 Apr 2009 18:53:12 +0000 (5 22:53 +0400)
committerAlexDereka <dereka.alex@gmail.com>
Sun, 5 Apr 2009 19:05:44 +0000 (5 23:05 +0400)
tree93054a34b011c04af11c4dfb7ad2297590cc0a66
parent316ad04afccb79293a8213d44bada89801ab28f9
[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.
19 files changed:
sql/mangos.sql
sql/updates/7622_01_mangos_creature_ai_scripts.sql [new file with mode: 0644]
sql/updates/7622_02_mangos_creature_ai_summons.sql [new file with mode: 0644]
sql/updates/7622_03_mangos_creature_ai_texts.sql [new file with mode: 0644]
sql/updates/Makefile.am
src/game/Creature.h
src/game/CreatureAIRegistry.cpp
src/game/CreatureEventAI.cpp [new file with mode: 0644]
src/game/CreatureEventAI.h [new file with mode: 0644]
src/game/CreatureEventAIMgr.cpp [new file with mode: 0644]
src/game/CreatureEventAIMgr.h [new file with mode: 0644]
src/game/GridNotifiers.h
src/game/InstanceData.h
src/game/Makefile.am
src/game/World.cpp
src/shared/revision_nr.h
win/VC71/game.vcproj
win/VC80/game.vcproj
win/VC90/game.vcproj