diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-08-20 16:33:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-20 16:33:52 +0200 |
commit | 4c52b78adf084e3e28f2d3076c6e7946d0ca62d2 (patch) | |
tree | 5d6db806bc357d8ef26d55ddf3905a1532bd87cd | |
parent | def8bf085561f041b46a0c9e9b56184496898cfc (diff) |
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)
-rw-r--r-- | sql/updates/world/6.x/2016_08_20_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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); |