mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
rename files
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/*
|
||||
-- Quest "Escorting Erland"
|
||||
UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=435;
|
||||
|
||||
@@ -347,3 +348,4 @@ UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=517;
|
||||
DELETE FROM `quest_details` WHERE `ID`=524;
|
||||
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
|
||||
(524,1,1,11,0,0,0,0,0,0);
|
||||
*/
|
||||
@@ -1,3 +1,4 @@
|
||||
/*
|
||||
-- Quest "A Fine Mess"
|
||||
-- Pooling for Kernobee
|
||||
SET @GUID := 64977;
|
||||
@@ -100,3 +101,4 @@ INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=1105 AND `source_type`=2;
|
||||
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`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(1105,2,0,0,46,0,100,0,1105,0,0,0,45,2,2,0,0,0,0,10,30134,7897,0,0,0,0,0,"Areatrigger - On Trigger - Set Data to Alarm-a-bomb 2600");
|
||||
*/
|
||||
Reference in New Issue
Block a user