Skip to content

Commit 4ed312f

Browse files
author
Github Actions
committed
Merge 3.3.5 to 3.3.5-solocraft
2 parents 856e5c6 + 640ee45 commit 4ed312f

File tree

69 files changed

+2083
-1706
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+2083
-1706
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
codestyle_and_sql:
44
docker:
5-
- image: trinitycore/circle-ci:3.3.5-base-22.04
5+
- image: trinitycore/circle-ci:debian-12-builder
66
auth:
77
username: $DOCKERHUB_USERNAME
88
password: $DOCKERHUB_PASSWORD
@@ -38,7 +38,7 @@ jobs:
3838
cat sql/updates/world/3.3.5/*.sql | mysql -h 127.0.0.1 -uroot world
3939
pch:
4040
docker:
41-
- image: trinitycore/circle-ci:3.3.5-base-22.04
41+
- image: trinitycore/circle-ci:debian-12-builder
4242
auth:
4343
username: $DOCKERHUB_USERNAME
4444
password: $DOCKERHUB_PASSWORD
@@ -97,7 +97,7 @@ jobs:
9797
path: docker.tar.gz
9898
nopch:
9999
docker:
100-
- image: trinitycore/circle-ci:3.3.5-base-22.04
100+
- image: trinitycore/circle-ci:debian-12-builder
101101
auth:
102102
username: $DOCKERHUB_USERNAME
103103
password: $DOCKERHUB_PASSWORD

contrib/Docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM trinitycore/circle-ci:3.3.5-base-22.04
1+
FROM trinitycore/circle-ci:debian-12-runner
22

33
#Setup
44
WORKDIR /home/circleci
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
--
2+
DELETE FROM `creature_text` WHERE `CreatureID` = 27483;
3+
INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES
4+
(27483,0,0,'%s raises his talons menacingly!',41,0,100,0,0,0,26745,0,'King Dred EMOTE_SLASH');
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
--
2+
DELETE FROM `smart_scripts` WHERE `entryorguid` = 17826 AND `source_type` = 0;
3+
UPDATE `creature_template` SET `AIName` = '', `ScriptName` = 'boss_swamplord_muselek' WHERE `entry` = 17826;
4+
5+
DELETE FROM `smart_scripts` WHERE `entryorguid` = 17827 AND `source_type` = 0;
6+
DELETE FROM `smart_scripts` WHERE `entryorguid` = 1782700 AND `source_type` = 9;
7+
UPDATE `creature_template` SET `AIName` = '', `ScriptName` = 'npc_claw' WHERE `entry` = 17827;
8+
9+
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_swamplord_muselek_move_away_primer';
10+
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
11+
(31564, 'spell_swamplord_muselek_move_away_primer');
12+
13+
DELETE FROM `creature_formations` WHERE `leaderGUID` = 103246;
14+
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
15+
(103246,103246,0,0,3,0,0),
16+
(103246,103431,0,0,3,0,0);
17+
18+
UPDATE `creature_template` SET `gossip_menu_id` = 0, `npcflag` = 0 WHERE `entry` IN (17827,20165);
19+
UPDATE `creature_template` SET `gossip_menu_id` = 7525 WHERE `entry` = 17894;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
--
2+
DELETE FROM `spell_target_position` WHERE `ID` = 58681;
3+
INSERT INTO `spell_target_position` (`ID`,`EffectIndex`,`MapID`,`PositionX`,`PositionY`,`PositionZ`,`Orientation`,`VerifiedBuild`) VALUES
4+
(58681,0,571,5386.05,2840.97,418.675,3.14159,0);
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- Update "Return to Thrallmar" Quest requirements
2+
UPDATE `quest_template_addon` SET `PrevQuestID`=10129 WHERE `ID`=10388;
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
--
2+
DELETE FROM `creature_text` WHERE `CreatureID` = 17798 AND `GroupID` = 3 AND `ID` = 1;
3+
DELETE FROM `creature_text` WHERE `CreatureID` = 17798 AND `GroupID` = 5;
4+
INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES
5+
(17798,5,0,"%s begins to channel from the nearby distiller...",16,0,100,0,0,0,19166,0,"kalithresh EMOTE_CHANNEL");

0 commit comments

Comments
 (0)