aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2017-05-24 17:03:39 +0200
committerfunjoker <funjoker109@gmail.com>2020-06-14 23:49:03 +0200
commit8c6d28f72da362c563d0f03ea9028d22c94723b7 (patch)
treeceece8c0f943e6c417630f310f9ce05eecb67d7c /sql/updates
parentce1dc8b3de3cc0bac2064614033b8c33ae3f0772 (diff)
DB/GamObject: Sons of Hodir Gameobject quest givers Visibility
Closes #19787 (cherry picked from commit 66bd3459e4bdcdec8bcd86631e585b5614061666)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2020_06_14_15_world_2017_05_24_01_world.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_06_14_15_world_2017_05_24_01_world.sql b/sql/updates/world/master/2020_06_14_15_world_2017_05_24_01_world.sql
new file mode 100644
index 00000000000..2eb3abfea9a
--- /dev/null
+++ b/sql/updates/world/master/2020_06_14_15_world_2017_05_24_01_world.sql
@@ -0,0 +1,9 @@
+--
+UPDATE `gameobject_addon` SET `invisibilityType`=9, `invisibilityValue`=1000 WHERE `guid`=270;
+UPDATE `gameobject_addon` SET `invisibilityType`=8, `invisibilityValue`=1000 WHERE `guid`=21077;
+UPDATE `gameobject_addon` SET `invisibilityType`=5, `invisibilityValue`=1000 WHERE `guid`=21079;
+DELETE FROM `spell_area` WHERE `spell` IN (56773,56772,56774) AND `area`=4438;
+INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `flags`, `quest_start_status`, `quest_end_status`) VALUES
+(56773, 4438, 12987, 0, 0, 0, 2, 3, 66, 0),
+(56772, 4438, 13001, 0, 0, 0, 2, 3, 64, 0),
+(56774, 4438, 12976, 0, 0, 0, 2, 3, 64, 0);