From 79578eab4063e77369659e120d484cd42e519766 Mon Sep 17 00:00:00 2001 From: Dr-J Date: Wed, 14 Sep 2016 20:23:25 +0100 Subject: 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. --- "sql/updates/world/3.3.5/ \t2016_09_14_03_world.sql" | 1 + 1 file changed, 1 insertion(+) create mode 100644 "sql/updates/world/3.3.5/ \t2016_09_14_03_world.sql" (limited to 'sql') diff --git "a/sql/updates/world/3.3.5/ \t2016_09_14_03_world.sql" "b/sql/updates/world/3.3.5/ \t2016_09_14_03_world.sql" new file mode 100644 index 00000000000..3018e2bbe6f --- /dev/null +++ "b/sql/updates/world/3.3.5/ \t2016_09_14_03_world.sql" @@ -0,0 +1 @@ +UPDATE `smart_scripts` SET `event_flags`=512 WHERE `entryorguid` IN(2179700,2179701) AND `source_type`=9; -- cgit v1.2.3