Skip to content

Commit 16c70d8

Browse files
author
Rochet2
committed
Merge TrinityCore 3.3.5 to ElunaTrinityWotlk [skip ci]
2 parents 983bb7a + 69f25ba commit 16c70d8

File tree

5 files changed

+12
-0
lines changed

5 files changed

+12
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- Remove Gal'darah disarm immunity
2+
UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`&~4 WHERE `entry` IN (31368, 29306);
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- Ahn'kahar Watcher will only spawn in heroic mode
2+
UPDATE `creature` SET `spawnMask`=`spawnMask`&~1 WHERE `guid` IN (68283,68284) AND `id`=31104;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- Fix Zangarmarsh Quest "A Job Undone" prerequisite quest
2+
UPDATE `quest_template_addon` SET `PrevQuestID`=9773 WHERE `ID`=9899;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-- Remove Wendigo npc underground spawned
2+
DELETE FROM `creature` WHERE `guid`=3564 AND `id`=1135;
3+
-- Remove from spawn_group too
4+
DELETE FROM `spawn_group` WHERE `spawnType`=0 AND `spawnId`=3564;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
--
2+
UPDATE `gameobject_template_addon` SET `faction`=35 WHERE `entry`=184085;

0 commit comments

Comments
 (0)