diff options
author | Killyana <morphone1@gmail.com> | 2016-01-01 17:02:58 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2016-01-01 17:02:58 +0100 |
commit | f4e2fb8f79e5a223506d9e514b7adf18c2198bab (patch) | |
tree | 8fb1f4249339fce009bce9b7bd3635b96a29ae10 | |
parent | c812b0dbf5e5f8d64bb95c5ed63e22afeb3357ef (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.sql | 2 |
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); |