aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2016-01-01 17:02:58 +0100
committerKillyana <morphone1@gmail.com>2016-01-01 17:02:58 +0100
commitf4e2fb8f79e5a223506d9e514b7adf18c2198bab (patch)
tree8fb1f4249339fce009bce9b7bd3635b96a29ae10
parentc812b0dbf5e5f8d64bb95c5ed63e22afeb3357ef (diff)
DB/Quest: Master and Servant
Remove unneeded condition to allow quest item usage in all areas as the item can be used only in few npcs Closes #16136
-rw-r--r--sql/updates/world/2016_01_01_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_01_01_world.sql b/sql/updates/world/2016_01_01_01_world.sql
new file mode 100644
index 00000000000..025f2c07f9c
--- /dev/null
+++ b/sql/updates/world/2016_01_01_01_world.sql
@@ -0,0 +1,2 @@
+--
+DELETE FROM `spell_area` WHERE `spell` IN(46023);