aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2016-09-19 12:56:25 +0100
committerGitHub <noreply@github.com>2016-09-19 12:56:25 +0100
commitf27efa595783b55de386904db3b25bcf5cdc7e24 (patch)
tree175356d99d8ae525cd04e177db28b552c05b4efe
parentebc0190d3b68555bfae4b2b1d2ea0409ef1035c7 (diff)
DB/Quest: Anatoly will talk
Fix event flags
-rw-r--r--sql/updates/world/3.3.5/2016_09_19_02_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_19_02_world.sql b/sql/updates/world/3.3.5/2016_09_19_02_world.sql
new file mode 100644
index 00000000000..d210aab8164
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_09_19_02_world.sql
@@ -0,0 +1,2 @@
+UPDATE `smart_scripts` SET `event_flags`=512 WHERE `entryorguid`=27626 AND `source_type`=0 AND `id`IN(5,6,7,8,9,10);
+UPDATE `smart_scripts` SET `event_flags`=512 WHERE `entryorguid`=2762600 AND `source_type`=9;