aboutsummaryrefslogtreecommitdiff
path: root/sql/base/auth_database.sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2017-11-26 16:37:51 +0100
committerShauren <shauren.trinity@gmail.com>2018-03-08 23:13:51 +0100
commit592516ae69d89da3bcb0ede144644a3d2e0186e0 (patch)
tree1251e8456281d8108a95a9e1ab09de54000eeeaf /sql/base/auth_database.sql
parente9aba10695cdf3520c6ae61815610051502b6f0b (diff)
Core/Creatures: Reworked setting move types in database
* Each move type has its own field instead of trying to combine everything in InhabitType * Allow overriding movement separately for each spawn
Diffstat (limited to 'sql/base/auth_database.sql')
-rw-r--r--sql/base/auth_database.sql7
1 files changed, 5 insertions, 2 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql
index 47e4d031439..11ff05d219c 100644
--- a/sql/base/auth_database.sql
+++ b/sql/base/auth_database.sql
@@ -820,6 +820,7 @@ INSERT INTO `rbac_linked_permissions` VALUES
(196,870),
(196,871),
(196,872),
+(196,873),
(197,232),
(197,236),
(197,237),
@@ -1714,7 +1715,8 @@ INSERT INTO `rbac_permissions` VALUES
(867,'Command: reload quest_greeting_locale'),
(870,'Command: debug threatinfo'),
(871,'Command: debug instancespawn'),
-(872,'Command: server debug');
+(872,'Command: server debug'),
+(873,'Command: reload creature_movement_override');
/*!40000 ALTER TABLE `rbac_permissions` ENABLE KEYS */;
UNLOCK TABLES;
@@ -1836,7 +1838,8 @@ INSERT INTO `updates` VALUES
('2018_01_09_00_auth.sql','A5D4EC8FCFAB4F2DCE70EDCAD1ACBFB484FD68D5','ARCHIVED','2018-01-09 00:00:00',69),
('2018_01_24_00_auth.sql','167B17D8A253D62A8112F8A7EB21C6E99CAEF1E4','ARCHIVED','2018-01-24 00:00:00',73),
('2018_02_19_00_auth.sql','80E50F9C7F1EE7BA62789EA4C4F009170B79E6C9','RELEASED','2018-02-18 19:49:37',62),
-('2018_03_06_00_auth.sql','2D71E93DF7419A30D0D21D8A80CF05698302575A','RELEASED','2018-03-06 00:00:00',0);
+('2018_03_06_00_auth.sql','2D71E93DF7419A30D0D21D8A80CF05698302575A','RELEASED','2018-03-06 00:00:00',0),
+('2018_03_08_00_auth.sql','624C58A07E0B4DDC4C1347E8BA8EFEEFD5B43DA7','RELEASED','2018-01-12 15:10:11',0);
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
UNLOCK TABLES;