aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2018-09-18 23:15:06 +0200
committerKillyana <morphone1@gmail.com>2018-09-18 23:15:06 +0200
commitd3d4670100319330ee317eaa9eed4bbd21bd4dce (patch)
tree1d8707c59a200a0ca8218af579e7070740d451e9
parent010b872e5fa07d187718690170b92b1aa746aaa5 (diff)
DB/Quest: Remove wrong quest starter/ender for "The Pit of Saron" alliance side
Update #22459
-rw-r--r--sql/updates/world/3.3.5/2018_09_18_04_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_09_18_04_world.sql b/sql/updates/world/3.3.5/2018_09_18_04_world.sql
new file mode 100644
index 00000000000..57042382103
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_09_18_04_world.sql
@@ -0,0 +1,3 @@
+--
+DELETE FROM `creature_queststarter` WHERE `id`=37597 AND `quest`=24683;
+DELETE FROM `creature_questender` WHERE `id`=37597 AND `quest`=24683;