From 718fc5bfc94bdfa8c94a5ed646f31305ab2b08bd Mon Sep 17 00:00:00 2001 From: Gacko Date: Sat, 29 Jun 2013 20:52:45 +0200 Subject: Rename SQL file and add new line at end of file --- sql/updates/world/2013_06_29_01_world_misc.sql | 3 --- sql/updates/world/2013_06_29_03_world_misc.sql | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 sql/updates/world/2013_06_29_01_world_misc.sql create mode 100644 sql/updates/world/2013_06_29_03_world_misc.sql (limited to 'sql') diff --git a/sql/updates/world/2013_06_29_01_world_misc.sql b/sql/updates/world/2013_06_29_01_world_misc.sql deleted file mode 100644 index 63ca7e96e63..00000000000 --- a/sql/updates/world/2013_06_29_01_world_misc.sql +++ /dev/null @@ -1,3 +0,0 @@ -UPDATE `smart_scripts` SET `event_type`=37 WHERE `entryorguid` IN (9818,9817) AND `id`=0 AND `source_type`=0; -UPDATE `smart_scripts` SET `event_type`=61 WHERE ((`entryorguid`=10817 AND `id`=9) OR (`entryorguid`= 1399 AND `id`=3)) AND `source_type`=0; -UPDATE `smart_scripts` SET `link`=11 WHERE `entryorguid`=314 AND `id`=10 AND `source_type`=0; \ No newline at end of file diff --git a/sql/updates/world/2013_06_29_03_world_misc.sql b/sql/updates/world/2013_06_29_03_world_misc.sql new file mode 100644 index 00000000000..db9a7525517 --- /dev/null +++ b/sql/updates/world/2013_06_29_03_world_misc.sql @@ -0,0 +1,3 @@ +UPDATE `smart_scripts` SET `event_type`=37 WHERE `entryorguid` IN (9818,9817) AND `id`=0 AND `source_type`=0; +UPDATE `smart_scripts` SET `event_type`=61 WHERE ((`entryorguid`=10817 AND `id`=9) OR (`entryorguid`= 1399 AND `id`=3)) AND `source_type`=0; +UPDATE `smart_scripts` SET `link`=11 WHERE `entryorguid`=314 AND `id`=10 AND `source_type`=0; -- cgit v1.2.3