aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent_Michael <Vincent_Michael@gmx.de>2013-12-01 02:04:48 +0100
committerVincent_Michael <Vincent_Michael@gmx.de>2013-12-01 02:06:37 +0100
commit1bb4cf3ab6f2b39c38bdaf9b0da8c50e82c1c20a (patch)
treed4c88dd2d83f47208ef713d379784d1ab7d9b2a4 /sql
parentb375106ed11306a2a87fb7170c55d76309390169 (diff)
Core/Misc: Removed more unused eventAI stuff
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/auth/2013_12_01_01_auth_rbac_permissions.sql1
-rw-r--r--sql/updates/world/2013_12_01_02_world_command.sql1
2 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/auth/2013_12_01_01_auth_rbac_permissions.sql b/sql/updates/auth/2013_12_01_01_auth_rbac_permissions.sql
new file mode 100644
index 00000000000..b07b8a6d6b1
--- /dev/null
+++ b/sql/updates/auth/2013_12_01_01_auth_rbac_permissions.sql
@@ -0,0 +1 @@
+DELETE FROM `rbac_permissions` WHERE `id` IN (631,632);
diff --git a/sql/updates/world/2013_12_01_02_world_command.sql b/sql/updates/world/2013_12_01_02_world_command.sql
new file mode 100644
index 00000000000..d7f64018917
--- /dev/null
+++ b/sql/updates/world/2013_12_01_02_world_command.sql
@@ -0,0 +1 @@
+DELETE FROM `command` WHERE `permission` WHERE IN (631,632);