Skip to content

Commit ac880de

Browse files
author
Github Actions
committed
Merge 3.3.5 to 3.3.5-solocraft
2 parents ba131df + e757e89 commit ac880de

File tree

15 files changed

+128
-45
lines changed

15 files changed

+128
-45
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ![logo](https://community.trinitycore.org/public/style_images/1_trinitycore.png) TrinityCore (3.3.5)
1+
# ![logo](https://trinitycore.org/images/logo2.png) TrinityCore (3.3.5)
22

33
[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/TrinityCore/TrinityCore.svg)](https://isitmaintained.com/project/TrinityCore/TrinityCore "Average time to resolve an issue") [![Percentage of issues still open](https://isitmaintained.com/badge/open/TrinityCore/TrinityCore.svg)](https://isitmaintained.com/project/TrinityCore/TrinityCore "Percentage of issues still open")
44

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
--
2+
UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1, `Emote3`=66, `Emote4`=1, `RewardText`='Wintergarde is saved because of you, $N. To think that one $g man:woman; could so swiftly turn the tides of battle is hard for most to comprehend; yet here we are - victorious! You have managed to restore the faith of these people and earned the respect of your commanding officers.$B$B<Halford salutes.> $B$BLord Fordragon has returned to Angrathar to prepare our forces for the destruction of the Wrathgate and has requested that you join him! I couldn\'t recommend a better soldier for the job, $N.\n', `VerifiedBuild`=13623 WHERE `ID`=12473;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- Old Ironbark (Area: 0 - Difficulty: 0) CreateObject1
2+
UPDATE `creature` SET `position_x`=-72.1718673706054687, `position_y`=-283.25238037109375, `position_z`=-57.749664306640625, `orientation`=4.084070205688476562, `VerifiedBuild`=11159 WHERE `guid`=56943 AND `id`=11491;

sql/updates/world/3.3.5/2025_11_24_02_world.sql

Lines changed: 98 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-- Add Malister's Frost Wand spell target condition
2+
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=40969;
3+
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `Comment`) VALUES
4+
(17, 0, 40969, 0, 0, 31, 1, 3, 23689, 0, 0, "Malister's Frost Wand only hits Proto-Drake");
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
-- Duggan Wildhammer faction
2+
UPDATE `creature_template` SET `faction`=1055 WHERE `entry`=10817;
3+
4+
-- Duggan Wildhammer equipment
5+
UPDATE `creature_equip_template` SET `ItemID1`=12951, `VerifiedBuild`=0 WHERE `CreatureID`=10817 AND `ID`=1;
6+
7+
-- Remove again event
8+
DELETE FROM `smart_scripts` WHERE `entryorguid`=10817 AND `source_type`=0 AND `id` > 2;
9+
DELETE FROM `creature_text` WHERE `CreatureID`=10817;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
--
2+
UPDATE `gameobject` SET `position_x`=-8747.79, `position_y`=-2256.47, `position_z`=153.350, `orientation`=0.855903 WHERE `guid`=18679 AND `id`=1731;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
--
2+
UPDATE `creature_template_movement` SET `Ground` = 1, `Flight` = 0 WHERE `CreatureId` = 2830;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- Fix Hearthglen GY
2+
UPDATE `graveyard_zone` SET `GhostZone`=28, `Comment`="Western Plaguelands, Hearthglen - Western Plaguelands" WHERE `ID`=1451;
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
--
2+
DELETE FROM `smart_scripts` WHERE `entryorguid`=10928 AND `source_type`=0;
3+
UPDATE `creature_template` SET `AIName`='' WHERE `entry`=10928;

0 commit comments

Comments
 (0)