aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2020-04-06 18:38:06 +0200
committerKillyana <morphone1@gmail.com>2020-04-06 18:38:06 +0200
commit46d38526a975b656b03f4068a82714fabcb883d4 (patch)
tree433888187e105a0a9bd5f25a4ff4facb6d0ca334 /sql
parent97405ceb017e213e21ec3e30caba1c7ca6512adb (diff)
DB/Quest: Conversing With the Depths
Fix the reset of the gob and allow the second action list to override the first one and fix the cosmetic npc trigger position
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2020_04_06_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_04_06_00_world.sql b/sql/updates/world/3.3.5/2020_04_06_00_world.sql
new file mode 100644
index 00000000000..9419fef6954
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_04_06_00_world.sql
@@ -0,0 +1,4 @@
+--
+UPDATE `smart_scripts` SET `action_param1`=2 WHERE `entryorguid`=18842200 AND `source_type`=9 AND `id`=6;
+UPDATE `smart_scripts` SET `action_param3`=1 WHERE `entryorguid`=26648 AND `source_type`=0 AND `id`=9;
+UPDATE `creature` SET `position_x`=2452.6499, `position_y`=1721.3299, `position_z`=63.055, `Orientation`=3.285 WHERE `guid`=62851;