aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2015-03-24 11:02:28 +0000
committerDr-J <daniel.jarrott0@gmail.com>2015-03-24 11:02:28 +0000
commit151dbb30845b24aa16396880095bb404f42a95e7 (patch)
treea1fd21b60e43ac59977ecc032f6f02756fa705c2
parent6a15216380a2e44302abdc31fb37e9dd3656761b (diff)
DB/Misc: Fix error
-rw-r--r--sql/updates/world/2015_03_24_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_03_24_00_world.sql b/sql/updates/world/2015_03_24_00_world.sql
new file mode 100644
index 00000000000..752272710b4
--- /dev/null
+++ b/sql/updates/world/2015_03_24_00_world.sql
@@ -0,0 +1,2 @@
+DELETE FROM `smart_scripts` WHERE `entryorguid`=21685 AND `source_type`=0 AND `id`=16 AND `link`=0;
+UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=21685 AND `source_type`=0 AND `id`=15 AND `link`=16;