Skip to content

Commit 5648af2

Browse files
committed
Add Hyjal chromie spawn
1 parent dc77c91 commit 5648af2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

data/sql/db-world/zone_difficulty_mythicmode_creatures.sql

Lines changed: 4 additions & 2 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, 303020, 303021);
5+
(303000,303001,303002,303003,303004,303005,303006,303007,303008,303009,303010,303011,303012,303013,303014,303015,303016,303017,303018, 303019, 303020, 303021, 303022, 303023);
66

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

@@ -60,7 +60,9 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
6060
-- SWP
6161
(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),
6262
-- Serpentshrine's Cavern
63-
(303022, 1128001, 0, 0, 548, 3607, 3607, 1, 1, 0, 8.319, 20.91, 823.9, 4.519, 1000000, 0, 0, 0, 0, 0, 0, 0, 0, '', 0);
63+
(303022, 1128001, 0, 0, 548, 3607, 3607, 1, 1, 0, 8.319, 20.91, 823.9, 4.519, 1000000, 0, 0, 0, 0, 0, 0, 0, 0, '', 0),
64+
-- hyjal
65+
(303023, 1128001, 0, 0, 534, 3607, 3607, 1, 1, 0, 4236.634, -4227.246, 870.4103, 1.0385315, 1000000, 0, 0, 0, 0, 0, 0, 0, 0, '', 0);
6466

6567
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
6668
(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)