aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2020_08_08_00_world.sql5
1 files changed, 5 insertions, 0 deletions
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;