diff options
| author | Spp <spp@jorge.gr> | 2013-09-29 14:15:58 +0200 |
|---|---|---|
| committer | Spp <spp@jorge.gr> | 2013-09-29 14:15:58 +0200 |
| commit | ad29676c27ffeee376f908d069db9c154c1d7d08 (patch) | |
| tree | 35e83f131a0a2c9c5e55a47974fbc7b1a8e3b823 /sql/updates/world | |
| parent | ea2fe0217d497063d4b7a169ee81287e2b849702 (diff) | |
Fix compile under linux and update auth db with latest changes
Diffstat (limited to 'sql/updates/world')
| -rw-r--r-- | sql/updates/world/2013_09_29_00_world_misc.sql | 1 |
1 files changed, 0 insertions, 1 deletions
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.'); - |
