diff options
author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2019-05-15 23:41:16 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-05 18:30:38 +0100 |
commit | 1f96e5788113be8d3a6ea0d0935bbcc637f4e1ed (patch) | |
tree | a78130fcd11cac47d007bbf3998a9c8fa8cc4ef2 | |
parent | df688af83d0fc329cdffeb3aab9ec71097a23ae5 (diff) |
DB/Quest: Sprinkle's Secret Ingredient
Closes #23279
(cherry picked from commit 947b4792e1920d47b000ffcfa5ab85cd4c6c2f1a)
-rw-r--r-- | sql/updates/world/master/2021_12_05_28_world_2019_05_15_07_world_335.sql | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_05_28_world_2019_05_15_07_world_335.sql b/sql/updates/world/master/2021_12_05_28_world_2019_05_15_07_world_335.sql new file mode 100644 index 00000000000..a8434b61805 --- /dev/null +++ b/sql/updates/world/master/2021_12_05_28_world_2019_05_15_07_world_335.sql @@ -0,0 +1,14 @@ +-- Sprinkle +DELETE FROM `creature_text` WHERE `CreatureID`=7583 AND `GroupID`=3; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(7583,3,0,"Just sit tight while I get this prepared for you!",12,0,100,0,0,0,3661,0,"Sprinkle"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=7583 AND `source_type`=0 AND `id`=2; +DELETE FROM `smart_scripts` WHERE `entryorguid`=758302 AND `source_type`=9; +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 +(7583,0,2,0,20,0,100,0,2641,0,0,0,80,758302,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sprinkle - On Quest 'Sprinkle's Secret Ingredient' Finished - Run Script"), +(758302,9,0,0,0,0,100,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sprinkle - On Script - Remove Npc Flag Questgiver"), +(758302,9,1,0,0,0,100,0,0,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sprinkle - On Script - Say Line 3"), +(758302,9,2,0,0,0,100,0,1000,1000,0,0,17,69,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sprinkle - On Script - Set Emote State 'Usestanding'"), +(758302,9,3,0,0,0,100,0,6000,6000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sprinkle - On Script - Set Emote State 'None'"), +(758302,9,4,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Sprinkle - On Script - Add Npc Flag Questgiver"); |