From de56ed87368104780ddfb2e9c082076c9c83d575 Mon Sep 17 00:00:00 2001 From: Jinnaix <37972361+Jinnaix@users.noreply.github.com> Date: Sat, 8 Aug 2020 00:27:16 +0200 Subject: Scripts/BlackwingLair: Suppression Device Room (PR #25199) Co-authored-by: offl <11556157+offl@users.noreply.github.com> Co-authored-by: Giacomo Pozzoni Co-authored-by: Treeston --- sql/updates/world/3.3.5/2020_08_08_00_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_08_08_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_08_08_00_world.sql b/sql/updates/world/3.3.5/2020_08_08_00_world.sql new file mode 100644 index 00000000000..ab58f6f93bd --- /dev/null +++ b/sql/updates/world/3.3.5/2020_08_08_00_world.sql @@ -0,0 +1,5 @@ +-- +UPDATE `gameobject_template` SET `ScriptName`='go_suppression_device' WHERE `entry`=179784; + +-- Confirmed by classic sniffs, not changing faction results in an unusable gob +UPDATE `gameobject_template_addon` SET `faction`=14 WHERE `entry`=179784; -- cgit v1.2.3