diff options
author | Shauren <shauren.trinity@gmail.com> | 2017-12-31 18:37:09 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2017-12-31 23:22:55 +0100 |
commit | 66621a85e970bf370e4e16c690e0401f4e168c1c (patch) | |
tree | 07e146a35b688778dbb6f86106b2609d3207458d /sql/base/auth_database.sql | |
parent | 89c91c271b94f34076be7256378610a2a45c9ed2 (diff) |
Core/Quests: Implemented player choice rewards
Diffstat (limited to 'sql/base/auth_database.sql')
-rw-r--r-- | sql/base/auth_database.sql | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql index 1fd7696bdc7..a5916565ddb 100644 --- a/sql/base/auth_database.sql +++ b/sql/base/auth_database.sql @@ -1105,6 +1105,7 @@ INSERT INTO `rbac_linked_permissions` VALUES (196,840), (196,842), (196,843), +(196,869), (197,232), (197,236), (197,237), @@ -2024,7 +2025,8 @@ INSERT INTO `rbac_permissions` VALUES (852,'Command: go offset'), (853,'Command: .reload conversation_template'), (854,'Command: .debug conversation'), -(868,'Command: modify power'); +(868,'Command: modify power'), +(869,'Command: debug send playerchoice'); /*!40000 ALTER TABLE `rbac_permissions` ENABLE KEYS */; UNLOCK TABLES; @@ -2225,7 +2227,8 @@ INSERT INTO `updates` VALUES ('2017_09_22_00_auth.sql','9313CCE80A18212E6F0C78D83316DE8582AE8084','RELEASED','2017-09-22 18:05:17',0), ('2017_11_11_01_auth.sql','0D6EDB6B2FC8B9FBDF11ECD79B4B8E943328B6A9','RELEASED','2017-11-11 18:49:45',0), ('2017_12_30_00_auth.sql','F360E9555AC68E28834E3FF807E4E37A090EF363','RELEASED','2017-12-30 00:23:32',0), -('2017_12_30_01_auth.sql','1E11C78BA6D1D8E8CED7423DF92D1D197D6061EE','RELEASED','2017-12-30 23:00:00',0); +('2017_12_30_01_auth.sql','1E11C78BA6D1D8E8CED7423DF92D1D197D6061EE','RELEASED','2017-12-30 23:00:00',0), +('2017_12_31_00_auth.sql','1721ACBD35EB95FAE33B9E95F8C4E4B1FB70A5E4','RELEASED','2017-12-31 20:15:23',0); /*!40000 ALTER TABLE `updates` ENABLE KEYS */; UNLOCK TABLES; |