Core/AI: Removed EventAI handling. is not needed more for cataclysm...

move a sql to correct place.
This commit is contained in:
Venugh
2012-08-14 01:57:42 +02:00
parent db00a9fd2c
commit c8eeb1f9e6
15 changed files with 6 additions and 2879 deletions

View File

@@ -0,0 +1,3 @@
DROP TABLE `creature_ai_scripts`;
DROP TABLE `creature_ai_summons`;
DROP TABLE `creature_ai_texts`;

View File

@@ -0,0 +1 @@
DELETE FROM `command` WHERE `name`='reload all eventai';