mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Core/AI: Good bye, Good bye my beloved EventAI system :(
This commit is contained in:
1
sql/updates/auth/2013_12_01_00_auth_rbac_permissions.sql
Normal file
1
sql/updates/auth/2013_12_01_00_auth_rbac_permissions.sql
Normal file
@@ -0,0 +1 @@
|
||||
DELETE FROM `rbac_permissions` WHERE `id`=614
|
||||
4
sql/updates/world/2013_12_01_00_world_creature_ai.sql
Normal file
4
sql/updates/world/2013_12_01_00_world_creature_ai.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DROP TABLE `creature_ai_scripts`;
|
||||
DROP TABLE `creature_ai_texts`;
|
||||
|
||||
DELETE FROM `command` WHERE `name`='reload all eventai';
|
||||
Reference in New Issue
Block a user