aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2016-09-14 20:23:25 +0100
committerGitHub <noreply@github.com>2016-09-14 20:23:25 +0100
commit79578eab4063e77369659e120d484cd42e519766 (patch)
tree96c22a7fa1d407db43834f3ca8434a5eba2607d7 /sql
parent6586885bcaf062c5f0fd6d6c7652b93c08e7c20c (diff)
DB/SAI: Teron Gorefiend I am ....
The timed action lists for this script now need event flags so they run while charmed and so that Karsius actually gets summoned.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/ 2016_09_14_03_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/ 2016_09_14_03_world.sql b/sql/updates/world/3.3.5/ 2016_09_14_03_world.sql
new file mode 100644
index 00000000000..3018e2bbe6f
--- /dev/null
+++ b/sql/updates/world/3.3.5/ 2016_09_14_03_world.sql
@@ -0,0 +1 @@
+UPDATE `smart_scripts` SET `event_flags`=512 WHERE `entryorguid` IN(2179700,2179701) AND `source_type`=9;