From 4c52b78adf084e3e28f2d3076c6e7946d0ca62d2 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 20 Aug 2016 16:33:52 +0200 Subject: DB/Creature: Make Lieutenant Horatio Laine and relatives visible (don't tell me why they added this without requirement, source sniff is one horde character and he was visible without any quest, tested also with one level 2 ali character) --- sql/updates/world/6.x/2016_08_20_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/6.x/2016_08_20_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/6.x/2016_08_20_00_world.sql b/sql/updates/world/6.x/2016_08_20_00_world.sql new file mode 100644 index 00000000000..16e4f2e962f --- /dev/null +++ b/sql/updates/world/6.x/2016_08_20_00_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `spell_area`WHERE `spell` = 79489; +INSERT INTO `spell_area` (`spell`, `area`) VALUES (79489, 916); -- cgit v1.2.3