mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
1439
data/sql/updates/db_world/2023_02_11_05.sql
Normal file
1439
data/sql/updates/db_world/2023_02_11_05.sql
Normal file
File diff suppressed because it is too large
Load Diff
10
data/sql/updates/db_world/2023_02_11_06.sql
Normal file
10
data/sql/updates/db_world/2023_02_11_06.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
-- DB update 2023_02_11_05 -> 2023_02_11_06
|
||||
--
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 16425);
|
||||
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(16425, 0, 0, 0, 0, 0, 100, 0, 20000, 60000, 40000, 60000, 0, 11, 29537, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Phantom Guardsman - In Combat - Cast \'Summon Phantom Hound\''),
|
||||
(16425, 0, 1, 0, 0, 0, 100, 0, 15000, 16000, 15000, 16000, 0, 11, 29684, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Phantom Guardsman - In Combat - Cast \'Shield Slam\''),
|
||||
(16425, 0, 2, 0, 4, 0, 30, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Phantom Guardsman - On Aggro - Say Line 0'),
|
||||
(16425, 0, 3, 0, 6, 0, 30, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Phantom Guardsman - On Just Died - Say Line 1');
|
||||
|
||||
DELETE FROM `creature_onkill_reputation` WHERE `creature_id` = 17067;
|
||||
20
data/sql/updates/db_world/2023_02_11_07.sql
Normal file
20
data/sql/updates/db_world/2023_02_11_07.sql
Normal file
@@ -0,0 +1,20 @@
|
||||
-- DB update 2023_02_11_06 -> 2023_02_11_07
|
||||
--
|
||||
-- Karazhan Image of Medivh (17651) and Image of Arcanagos (17652) missing creature text
|
||||
DELETE FROM `creature_text` WHERE `CreatureID` IN (17651,17652);
|
||||
INSERT INTO `creature_text`(`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
(17651, 0, 0, "You've got my attention, dragon. You'll find I'm not as easily scared as the villagers below.", 14, 0, 100, 0, 0, 0, 14295, 0, 'Image of Medivh'),
|
||||
(17651, 1, 0, "You dare challenge me at my own dwelling? Your arrogance is astounding, even for a dragon!", 14, 0, 100, 0, 0, 0, 14297, 0, 'Image of Medivh'),
|
||||
(17651, 2, 0, "I do not know what you speak of, dragon... but I will not be bullied by this display of insolence. I'll leave Karazhan when it suits me!", 14, 0, 100, 0, 0, 0, 14299, 0, 'Image of Medivh'),
|
||||
(17651, 3, 0, "%s begins to cast a spell of great power, weaving his own essence into the magic.", 16, 0, 100, 0, 0, 0, 14308, 0, 'Image of Medivh'),
|
||||
(17651, 4, 0, "He should not have angered me. I must go... recover my strength now...", 12, 0, 100, 0, 0, 0, 14316, 0, 'Image of Medivh'),
|
||||
|
||||
(17652, 0, 0, "Your dabbling in the arcane has gone too far, Medivh. You've attracted the attention of powers beyond your understanding. You must leave Karazhan at once!", 14, 0, 100, 0, 0, 0, 14296, 0, 'Image of Arcanagos'),
|
||||
(17652, 1, 0, "A dark power seeks to use you, Medivh! If you stay, dire days will follow. You must hurry, we don't have much time!", 14, 0, 100, 0, 0, 0, 14298, 0, 'Image of Arcanagos'),
|
||||
(17652, 2, 0, "You leave me no alternative. I will stop you by force if you won't listen to reason!", 14, 0, 100, 0, 0, 0, 14300, 0, 'Image of Arcanagos'),
|
||||
(17652, 3, 0, "What have you done, wizard? This cannot be! I'm burning from... within!", 14, 0, 100, 0, 0, 0, 14294, 0, 'Image of Arcanagos');
|
||||
|
||||
DELETE FROM `gossip_menu_option` WHERE `MenuID` IN (7421, 7422) AND `OptionID`=0;
|
||||
INSERT INTO `gossip_menu_option`(`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES
|
||||
(7421, 0, 0, 'I\'m not an actor.', 14052, 0, 0, 0, 0, 0, 0, NULL, 0, 0),
|
||||
(7422, 0, 0, 'Ok, I\'ll give it a try, then.', 14054, 0, 0, 0, 0, 0, 0, NULL, 0, 0);
|
||||
Reference in New Issue
Block a user