aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2015-04-11 03:26:10 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2015-04-11 03:26:36 +0200
commit22e230ecec1c7ce4eb4daeb60adfa03098271f34 (patch)
tree4c0ba5222aafda0d5a5031793da7a65c7387be3f /sql/updates/auth
parent5659db6f03dfbb081608f6d202e62d29d239f4ea (diff)
Core/Misc:
- Drop locales_npc_text - Update npc_text for WoD - Implemented Quest Greeting - Sync auth database
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/2015_04_11_00_auth.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/auth/2015_04_11_00_auth.sql b/sql/updates/auth/2015_04_11_00_auth.sql
new file mode 100644
index 00000000000..495dc12df97
--- /dev/null
+++ b/sql/updates/auth/2015_04_11_00_auth.sql
@@ -0,0 +1 @@
+UPDATE `rbac_permissions` SET `name`='Command: reload quest_greeting' WHERE `id`=664;