Skip to content

Commit

Permalink
DB/GamObject: Sons of Hodir Gameobject quest givers Visibility
Browse files Browse the repository at this point in the history
Closes #19787
  • Loading branch information
Killyana committed May 24, 2017
1 parent b90fc70 commit 66bd345
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sql/updates/world/3.3.5/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`, `autocast`, `quest_start_status`, `quest_end_status`) VALUES
(56773, 4438, 12987, 0, 0, 0, 2, 1, 66, 0),
(56772, 4438, 13001, 0, 0, 0, 2, 1, 64, 0),
(56774, 4438, 12976, 0, 0, 0, 2, 1, 64, 0);

0 comments on commit 66bd345

Please sign in to comment.