From 6e13263c7a0ae4c8eecdf4fd9560339e2d3d9787 Mon Sep 17 00:00:00 2001 From: Vincent_Michael Date: Sun, 1 Dec 2013 01:27:08 +0100 Subject: Core/AI: Good bye, Good bye my beloved EventAI system :( --- sql/updates/world/2013_12_01_00_world_creature_ai.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2013_12_01_00_world_creature_ai.sql (limited to 'sql/updates/world') 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'; -- cgit v1.2.3