diff options
| author | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-12-01 01:27:08 +0100 |
|---|---|---|
| committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-12-01 01:27:08 +0100 |
| commit | 6e13263c7a0ae4c8eecdf4fd9560339e2d3d9787 (patch) | |
| tree | cee5d2f63260ad86eeb33a7b5ac5d4df190930ea /sql/updates/world | |
| parent | 274a7894fc48a3681795a203d8a29b4f481c6407 (diff) | |
Core/AI: Good bye, Good bye my beloved EventAI system :(
Diffstat (limited to 'sql/updates/world')
| -rw-r--r-- | sql/updates/world/2013_12_01_00_world_creature_ai.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_12_01_00_world_creature_ai.sql b/sql/updates/world/2013_12_01_00_world_creature_ai.sql new file mode 100644 index 00000000000..e10c64a59fe --- /dev/null +++ b/sql/updates/world/2013_12_01_00_world_creature_ai.sql @@ -0,0 +1,4 @@ +DROP TABLE `creature_ai_scripts`; +DROP TABLE `creature_ai_texts`; + +DELETE FROM `command` WHERE `name`='reload all eventai'; |
