aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorChazy Chaz <ChazyTheBest@hotmail.es>2017-03-17 19:03:59 +0100
committerShauren <shauren.trinity@gmail.com>2017-03-17 19:03:59 +0100
commita63bd06ec6c9a712de4732ad1c98a605b056a382 (patch)
tree0679a125d6965e06066f4f4fa0d1e4f60bead795 /sql/updates
parente33263c677a3d1af61b7c2e53d72b5360ba7de4d (diff)
Core/Players: Rename "heroic character" to "death knight"
Closes #19287
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/3.3.5/2017_03_17_00_auth.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/auth/3.3.5/2017_03_17_00_auth.sql b/sql/updates/auth/3.3.5/2017_03_17_00_auth.sql
new file mode 100644
index 00000000000..3c0f547fcbe
--- /dev/null
+++ b/sql/updates/auth/3.3.5/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;