aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorSpp <spp@jorge.gr>2013-09-29 14:15:58 +0200
committerSpp <spp@jorge.gr>2013-09-29 14:15:58 +0200
commitad29676c27ffeee376f908d069db9c154c1d7d08 (patch)
tree35e83f131a0a2c9c5e55a47974fbc7b1a8e3b823 /sql/updates
parentea2fe0217d497063d4b7a169ee81287e2b849702 (diff)
Fix compile under linux and update auth db with latest changes
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/2013_09_29_00_auth_misc.sql2
-rw-r--r--sql/updates/world/2013_09_29_00_world_misc.sql1
2 files changed, 1 insertions, 2 deletions
diff --git a/sql/updates/auth/2013_09_29_00_auth_misc.sql b/sql/updates/auth/2013_09_29_00_auth_misc.sql
index e2d4143c991..e0591c5c827 100644
--- a/sql/updates/auth/2013_09_29_00_auth_misc.sql
+++ b/sql/updates/auth/2013_09_29_00_auth_misc.sql
@@ -96,4 +96,4 @@ DROP TABLE IF EXISTS `rbac_security_level_groups`;
DROP TABLE IF EXISTS `rbac_group_roles`;
DROP TABLE IF EXISTS `rbac_role_permissions`;
DROP TABLE IF EXISTS `rbac_groups`;
-DROP TABLE IF EXISTS `rbac_roles`; \ No newline at end of file
+DROP TABLE IF EXISTS `rbac_roles`;
diff --git a/sql/updates/world/2013_09_29_00_world_misc.sql b/sql/updates/world/2013_09_29_00_world_misc.sql
index 1e318e492fa..b8b01a37d37 100644
--- a/sql/updates/world/2013_09_29_00_world_misc.sql
+++ b/sql/updates/world/2013_09_29_00_world_misc.sql
@@ -15,4 +15,3 @@ INSERT INTO `command` (`name`, `permission`, `help`) VALUES
('.rbac account deny', 204, 'Syntax: rbac account deny [$account] #id [#realmId]\n\nDeny a permission to selected player or given account.\n\n#reamID may be -1 for all realms.'),
('.rbac account revoke', 205, 'Syntax: rbac account revoke [$account] #id\n\nRemove a permission from an account\n\nNote: Removes the permission from granted or denied permissions'),
('.rbac list', 206, 'Syntax: rbac list [$id]\n\nView list of all permissions. If $id is given will show only info for that permission.');
-