aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMitchesD <majklprofik@seznam.cz>2014-10-04 15:44:44 +0200
committerMitchesD <majklprofik@seznam.cz>2014-10-04 15:44:44 +0200
commit4c4f2b5645ba6952572e0f6c587d1557c22f96e6 (patch)
tree566181e362f231036adc9dadfb0a2cc7e2539a64 /sql
parentb33695a2efe9401548faec150c677209858549e8 (diff)
DB/SAI: fixed some startup errors
Updates https://github.com/TrinityCore/TrinityCore/issues/13256
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_10_04_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_10_04_00_world.sql b/sql/updates/world/2014_10_04_00_world.sql
new file mode 100644
index 00000000000..bea00c30620
--- /dev/null
+++ b/sql/updates/world/2014_10_04_00_world.sql
@@ -0,0 +1,3 @@
+UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=184312 AND `source_type`=1 AND `id`=7;
+UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=184311 AND `source_type`=1 AND `id`=8;
+UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid` IN(177964,174713,174712,174709,174708,174686,174608,174607,174605,174604,174602,174603,174596,173324,171939,173284,174601,174684,164885,164888,174599,174594,164887,174600,174598,164886,173327,174595,171942,174606,174597) AND `source_type`=1 AND `id`=0;