aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorBlaymoira <none@none>2009-03-14 11:49:16 +0100
committerBlaymoira <none@none>2009-03-14 11:49:16 +0100
commitc45fe6969c33e3eaf8662cfcc79c63e4071cdb7c (patch)
tree7d0031e463169e506ae2f1b61f749273bbaf1f91 /sql
parentb7f6495d2a4f8148393196b255e572bc562f629f (diff)
*Remove not needed code
--HG-- branch : trunk
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