Skip to content

Commit 6c90e22

Browse files
committed
Spawn chromie in swp
1 parent b458b56 commit 6c90e22

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

data/sql/db-world/zone_difficulty_mythicmode_creatures.sql

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ DELETE FROM `creature_template` WHERE `entry` IN (1128001,1128002);
22
DELETE FROM `creature_template_model` WHERE `CreatureID` IN (1128001,1128002);
33

44
DELETE FROM `creature` WHERE `guid` IN
5-
(303000,303001,303002,303003,303004,303005,303006,303007,303008,303009,303010,303011,303012,303013,303014,303015,303016,303017,303018, 303019);
5+
(303000,303001,303002,303003,303004,303005,303006,303007,303008,303009,303010,303011,303012,303013,303014,303015,303016,303017,303018, 303019, 303020, 303021);
66

77
DELETE FROM `npc_text` WHERE `ID` IN (91301,91302,91303,91304,91305,91306,91307,91308,91309,91310,91311);
88

@@ -56,8 +56,9 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
5656
-- The Black Temple
5757
(303019, 1128001, 0, 0, 564, 3959, 3959, 1, 1, 0, 106.39765, 1010.8968, -83.56905, 3.9945135, 1000000, 0, 0, 0, 0, 0, 0, 0, 0, '', 0),
5858
-- ZA
59-
-- The Black Temple
60-
(303020, 1128001, 0, 0, 568, 3805, 3805, 1, 1, 0, 133.56032, 1636.4084, 42.022434, 2.8486438, 1000000, 0, 0, 0, 0, 0, 0, 0, 0, 'mod_zone_difficulty_dungeonmaster', 0);
59+
(303020, 1128001, 0, 0, 568, 3805, 3805, 1, 1, 0, 133.56032, 1636.4084, 42.022434, 2.8486438, 1000000, 0, 0, 0, 0, 0, 0, 0, 0, '', 0),
60+
-- SWP
61+
(303021, 1128001, 0, 0, 580, 3805, 3805, 1, 1, 0, 1788.5121, 909.6668, 15.415432, 2.8752437, 1000000, 0, 0, 0, 0, 0, 0, 0, 0, '', 0);
6162

6263
INSERT INTO `npc_text` (`ID`, `text0_0`, `BroadcastTextID0`, `lang0`, `Probability0`, `em0_0`, `em0_1`, `em0_2`, `em0_3`, `em0_4`, `em0_5`, `BroadcastTextID1`, `lang1`, `Probability1`, `em1_0`, `em1_1`, `em1_2`, `em1_3`, `em1_4`, `em1_5`, `BroadcastTextID2`, `lang2`, `Probability2`, `em2_0`, `em2_1`, `em2_2`, `em2_3`, `em2_4`, `em2_5`, `BroadcastTextID3`, `lang3`, `Probability3`, `em3_0`, `em3_1`, `em3_2`, `em3_3`, `em3_4`, `em3_5`, `BroadcastTextID4`, `lang4`, `Probability4`, `em4_0`, `em4_1`, `em4_2`, `em4_3`, `em4_4`, `em4_5`, `BroadcastTextID5`, `lang5`, `Probability5`, `em5_0`, `em5_1`, `em5_2`, `em5_3`, `em5_4`, `em5_5`, `BroadcastTextID6`, `lang6`, `Probability6`, `em6_0`, `em6_1`, `em6_2`, `em6_3`, `em6_4`, `em6_5`, `BroadcastTextID7`, `lang7`, `Probability7`, `em7_0`, `em7_1`, `em7_2`, `em7_3`, `em7_4`, `em7_5`, `VerifiedBuild`) VALUES
6364
(91301, 'Hello, $n. How strong do you think you are? I am offering 2 different versions to witness the events of the past. If you don\'t tell me otherwise, i will show you the cinematic one.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),

0 commit comments

Comments
 (0)