diff options
| author | treeston <treeston.mmoc@gmail.com> | 2017-06-12 19:10:41 +0200 |
|---|---|---|
| committer | Carbenium <carbenium@outlook.com> | 2020-07-16 22:00:29 +0200 |
| commit | 64d8b183de9c56e1350b7323167b509fe2c43805 (patch) | |
| tree | 38e723ac8b864c086c354caed7f97a27d8543f53 /sql/base | |
| parent | d4caff90aab165973c862847a3e4e4b49ab3cad6 (diff) | |
Add new command 'npc showloot'. Does exactly what it says on the tin.
(cherry picked from commit 6f29aac93626ce37922c3c9a85d20b2e4d9d3bbc)
Diffstat (limited to 'sql/base')
| -rw-r--r-- | sql/base/auth_database.sql | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql index 0f8d8876224..b77cf6c9b73 100644 --- a/sql/base/auth_database.sql +++ b/sql/base/auth_database.sql @@ -1267,7 +1267,8 @@ INSERT INTO `rbac_linked_permissions` VALUES (197,857), (197,858), (197,859), -(197,860) +(197,860), +(197,865), (198,218), (198,300), (198,312), @@ -2099,6 +2100,7 @@ INSERT INTO `rbac_permissions` VALUES (858,'Command: gobject spawngroup'), (859,'Command: gobject despawngroup'), (860,'Command: list respawns'), +(865,'Command: npc showloot'), (868,'Command: modify power'), (869,'Command: debug send playerchoice'), (872,'Command: server debug'); |
