aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2020-02-11 18:52:47 +0100
committerKillyana <morphone1@gmail.com>2020-02-11 18:52:47 +0100
commitd7cc6a0f98166f2d891a987bd5a1c722dae5c2ea (patch)
tree0a31692c6f4d20e588be0276bd1ab0f736d679b3
parenta67dd6ab60cc3e25b4f59521face36156ed7b271 (diff)
DB/Creature: Love Boats
Closes #14027
-rw-r--r--sql/updates/world/3.3.5/2020_02_11_01_world.sql11
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_02_11_01_world.sql b/sql/updates/world/3.3.5/2020_02_11_01_world.sql
new file mode 100644
index 00000000000..2370177961e
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_02_11_01_world.sql
@@ -0,0 +1,11 @@
+--
+UPDATE `smart_scripts` SET `event_param3`=3000, `event_param4`=3000, `action_type`=86, `action_param1`=69352, `action_param2`=32, `action_param3`=29, `action_param4`=0, `target_type`=21, `target_param1`=5, `target_param2`=0 WHERE `entryorguid` IN (37966,37980,36812) AND `id`=6;
+UPDATE `smart_scripts` SET `action_param1`=69352 WHERE `entryorguid` IN (37966,37980,36812) AND `source_type`=0 AND `id`=7;
+DELETE FROM `vehicle_seat_addon` WHERE `SeatEntry` IN (6446, 6447, 7326, 7327, 7328, 7329);
+INSERT INTO `vehicle_seat_addon` (`SeatEntry`, `SeatOrientation`, `ExitParamX`, `ExitParamY`, `ExitParamZ`, `ExitParamO`, `ExitParamValue`) VALUES
+(6446, 0, -1, 4, 3, 0, 1),
+(6447, 0, 1, 4, 3, 0, 1),
+(7326, 0, -1, 4, 3, 0, 1),
+(7327, 0, 1, 4, 3, 0, 1),
+(7328, 0, -1, 4, 3, 0, 1),
+(7329, 0, 1, 4, 3, 0, 1);