diff options
author | Killyana <morphone1@gmail.com> | 2016-01-01 17:02:58 +0100 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2016-01-17 14:17:59 +0100 |
commit | 5fd33ef16c74cd2a4d1a1cedd1c0185ae4afcb13 (patch) | |
tree | 74663693d71ad28119cf7cfb240b465349936c4d | |
parent | 1552fc93bcf1484b2e94c0d339471930bd45f747 (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
(cherry picked from commit f4e2fb8f79e5a223506d9e514b7adf18c2198bab)
-rw-r--r-- | sql/updates/world/2016_01_17_20_world_2016_01_01_01.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_17_20_world_2016_01_01_01.sql b/sql/updates/world/2016_01_17_20_world_2016_01_01_01.sql new file mode 100644 index 00000000000..025f2c07f9c --- /dev/null +++ b/sql/updates/world/2016_01_17_20_world_2016_01_01_01.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `spell_area` WHERE `spell` IN(46023); |