aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorChazy Chaz <ChazyTheBest@hotmail.es>2017-03-17 19:00:33 +0100
committerShauren <shauren.trinity@gmail.com>2017-03-17 19:00:56 +0100
commitc31de25627df8267b893dc6bbc49232cf81a07fd (patch)
treec7078de03249cbe84ceae061a9c57436a9763e6a /sql/updates/auth
parent3df4135173cb8b8393460403417dc242116290bf (diff)
Core/Players: Rename "heroic character" to "death knight"
Closes #19286
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2017_03_17_00_auth.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2017_03_17_00_auth.sql b/sql/updates/auth/master/2017_03_17_00_auth.sql
new file mode 100644
index 00000000000..3c0f547fcbe
--- /dev/null
+++ b/sql/updates/auth/master/2017_03_17_00_auth.sql
@@ -0,0 +1 @@
+UPDATE rbac_permissions SET `name` = 'Skip character creation death knight min level check' WHERE id = 18;