Skip to content

Commit c2d638e

Browse files
author
Github Actions
committed
Merge 3.3.5 to 3.3.5-base_patch
2 parents 584841d + 96cb5c4 commit c2d638e

9 files changed

+21
-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;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- Decrease Wood Frog Box restock time
2+
UPDATE `npc_vendor` SET `incrtime`=1800 WHERE `entry`=14860 AND `item`=11027;
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-- Update Moontouched Owlbeast creature_template_spell
2+
UPDATE `creature_template_spell` SET `Index`=3, `Spell`=15798 WHERE `CreatureID`=7453 AND `Index`=0;
3+
UPDATE `creature_template_spell` SET `Index`=4, `Spell`=12160 WHERE `CreatureID`=7453 AND `Index`=1;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- Fix the prerequisite quest for "Sleeping Giants"
2+
UPDATE `quest_template_addon` SET `PrevQuestID`=11231 WHERE `ID`=11432;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
--
2+
UPDATE `gameobject` SET `phaseMask`=`phaseMask`|8 WHERE `guid` IN (151102,151103,151104,151105,151106) AND `id` IN (202184,202347,202348,202349,202350);

0 commit comments

Comments
 (0)