aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/1884_world.sql1
-rw-r--r--sql/updates/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/1884_world.sql b/sql/updates/1884_world.sql
new file mode 100644
index 00000000000..e2d1ed8c461
--- /dev/null
+++ b/sql/updates/1884_world.sql
@@ -0,0 +1 @@
+DELETE FROM trinity_string WHERE entry in (10056, 10057); \ No newline at end of file
diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt
index 805d49d7fdf..dc5d2c1f557 100644
--- a/sql/updates/CMakeLists.txt
+++ b/sql/updates/CMakeLists.txt
@@ -80,4 +80,5 @@ INSTALL(FILES
1828_world.sql
1857_world.sql
1881_world.sql
+1884_world.sql
DESTINATION share/trinity/sql/updates) \ No newline at end of file