mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
Core/AI: Removed EventAI handling. is not needed more for cataclysm...
move a sql to correct place.
This commit is contained in:
3
sql/updates/world/2012_08_14_00_world_event_ai.sql
Normal file
3
sql/updates/world/2012_08_14_00_world_event_ai.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DROP TABLE `creature_ai_scripts`;
|
||||
DROP TABLE `creature_ai_summons`;
|
||||
DROP TABLE `creature_ai_texts`;
|
||||
1
sql/updates/world/2012_08_14_01_world_commands.sql
Normal file
1
sql/updates/world/2012_08_14_01_world_commands.sql
Normal file
@@ -0,0 +1 @@
|
||||
DELETE FROM `command` WHERE `name`='reload all eventai';
|
||||
Reference in New Issue
Block a user