From 64d8b183de9c56e1350b7323167b509fe2c43805 Mon Sep 17 00:00:00 2001 From: treeston Date: Mon, 12 Jun 2017 19:10:41 +0200 Subject: Add new command 'npc showloot'. Does exactly what it says on the tin. (cherry picked from commit 6f29aac93626ce37922c3c9a85d20b2e4d9d3bbc) --- sql/base/auth_database.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sql/base/auth_database.sql') 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'); -- cgit v1.2.3