From c45fe6969c33e3eaf8662cfcc79c63e4071cdb7c Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Sat, 14 Mar 2009 11:49:16 +0100 Subject: *Remove not needed code --HG-- branch : trunk --- sql/updates/1884_world.sql | 1 + sql/updates/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 sql/updates/1884_world.sql (limited to 'sql') 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 -- cgit v1.2.3