diff options
author | Killyana <morphone1@gmail.com> | 2019-03-12 01:03:17 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-03-12 01:03:17 +0100 |
commit | 56749580226f7bafe377a357bcbb73b05f5b7f47 (patch) | |
tree | 91cb0719fc71e87820f6a30e431cf74f699ee60b | |
parent | 1b4d3698650712516c2c28f1d945813284405e3f (diff) |
DB/Quest: Bloody Imp-ossible!
-rw-r--r-- | sql/updates/world/3.3.5/2019_03_11_03_world.sql | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_03_11_03_world.sql b/sql/updates/world/3.3.5/2019_03_11_03_world.sql new file mode 100644 index 00000000000..2fcebf0c4e4 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_03_11_03_world.sql @@ -0,0 +1,17 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (78933) AND `id`=22484; +DELETE FROM `creature_addon` WHERE `guid` IN (78933); + +DELETE FROM `creature_text` WHERE `CreatureID` = 22484; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `comment`, `BroadcastTextId`) VALUES +(22484, 0, 0, "%s gathers the warp chaser's blood.", 16, 0, 100, 0, 0, 0, ' Zeppit', 20371); + +DELETE FROM `smart_scripts` WHERE `entryorguid` = 22484 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid` = 2248400 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 +(22484, 0, 0, 0, 38, 0, 100, 0, 1, 1, 4000, 4000, 69, 1, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Zeppit - On data set - Move to position'), +(22484, 0, 1, 0, 34, 0, 100, 0, 8, 1, 0, 0, 80, 2248400, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Zeppit - On data set - Action list'), +(2248400, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Zeppit - Action list - Say text'), +(2248400, 9, 1, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 11, 39244, 0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 0, 'Zeppit - Action list - Cast spell'), +(2248400, 9, 2, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 29, 0, 0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 0, 'Zeppit - Action list - Follow'); +UPDATE `smart_scripts` SET `target_type`=11, `target_param2`=30 WHERE `entryorguid`=18884 AND `source_type`=0 AND `id`=3; |