From f4e2fb8f79e5a223506d9e514b7adf18c2198bab Mon Sep 17 00:00:00 2001 From: Killyana Date: Fri, 1 Jan 2016 17:02:58 +0100 Subject: 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 --- sql/updates/world/2016_01_01_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2016_01_01_01_world.sql (limited to 'sql') 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); -- cgit v1.2.3