diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-10-04 16:32:14 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-10-04 16:32:14 +0200 |
commit | 973df92043a53f309b54eb667f3e6c70d3e86bf3 (patch) | |
tree | 1095342841814c1d53261f5361f28d1e341646a5 /sql | |
parent | 8427e879f1cdda3005031d70fb15ab0b32322df1 (diff) | |
parent | a21149e1b7fc310626343b5b023805e3dc7483ec (diff) |
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2014_10_04_00_world.sql | 3 |
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; |