diff options
| -rw-r--r-- | sql/updates/world/3.3.5/2025_11_29_01_world.sql | 3 | ||||
| -rw-r--r-- | sql/updates/world/3.3.5/2025_12_11_00_world.sql | 2 | ||||
| -rw-r--r-- | sql/updates/world/3.3.5/2025_12_11_01_world.sql | 2 | ||||
| -rw-r--r-- | sql/updates/world/3.3.5/2025_12_11_02_world.sql | 2 | ||||
| -rw-r--r-- | sql/updates/world/3.3.5/2025_12_11_03_world.sql | 4 | ||||
| -rw-r--r-- | sql/updates/world/3.3.5/2025_12_11_04_world.sql | 2 |
6 files changed, 15 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_11_29_01_world.sql b/sql/updates/world/3.3.5/2025_11_29_01_world.sql new file mode 100644 index 00000000000..baced68ab6a --- /dev/null +++ b/sql/updates/world/3.3.5/2025_11_29_01_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid`=10928 AND `source_type`=0; +UPDATE `creature_template` SET `AIName`='' WHERE `entry`=10928; diff --git a/sql/updates/world/3.3.5/2025_12_11_00_world.sql b/sql/updates/world/3.3.5/2025_12_11_00_world.sql new file mode 100644 index 00000000000..a33f973d82a --- /dev/null +++ b/sql/updates/world/3.3.5/2025_12_11_00_world.sql @@ -0,0 +1,2 @@ +-- Remove Gal'darah disarm immunity +UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`&~4 WHERE `entry` IN (31368, 29306); diff --git a/sql/updates/world/3.3.5/2025_12_11_01_world.sql b/sql/updates/world/3.3.5/2025_12_11_01_world.sql new file mode 100644 index 00000000000..c89c5475f54 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_12_11_01_world.sql @@ -0,0 +1,2 @@ +-- Ahn'kahar Watcher will only spawn in heroic mode +UPDATE `creature` SET `spawnMask`=`spawnMask`&~1 WHERE `guid` IN (68283,68284) AND `id`=31104; diff --git a/sql/updates/world/3.3.5/2025_12_11_02_world.sql b/sql/updates/world/3.3.5/2025_12_11_02_world.sql new file mode 100644 index 00000000000..7019c204d87 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_12_11_02_world.sql @@ -0,0 +1,2 @@ +-- Fix Zangarmarsh Quest "A Job Undone" prerequisite quest +UPDATE `quest_template_addon` SET `PrevQuestID`=9773 WHERE `ID`=9899; diff --git a/sql/updates/world/3.3.5/2025_12_11_03_world.sql b/sql/updates/world/3.3.5/2025_12_11_03_world.sql new file mode 100644 index 00000000000..cafd21511b0 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_12_11_03_world.sql @@ -0,0 +1,4 @@ +-- Remove Wendigo npc underground spawned +DELETE FROM `creature` WHERE `guid`=3564 AND `id`=1135; +-- Remove from spawn_group too +DELETE FROM `spawn_group` WHERE `spawnType`=0 AND `spawnId`=3564; diff --git a/sql/updates/world/3.3.5/2025_12_11_04_world.sql b/sql/updates/world/3.3.5/2025_12_11_04_world.sql new file mode 100644 index 00000000000..87e4a983a3c --- /dev/null +++ b/sql/updates/world/3.3.5/2025_12_11_04_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gameobject_template_addon` SET `faction`=35 WHERE `entry`=184085; |
