From ab51c8e202e35d1fd591adc89915131675434dc2 Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 13 Jun 2016 01:49:14 +0200 Subject: DB/SAI: Fix non repeatable event for Jammal'an the Prophet Closes #17356 By Beheadedstraw (cherry picked from commit ee3432e1063c1e4f694e92da17668da53b353d52) --- sql/updates/world/3.3.5/2016_06_13_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_06_13_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_06_13_00_world.sql b/sql/updates/world/3.3.5/2016_06_13_00_world.sql new file mode 100644 index 00000000000..287fb53747e --- /dev/null +++ b/sql/updates/world/3.3.5/2016_06_13_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_flags` = 1 WHERE `entryorguid`= 5710 AND `source_type`= 0 AND `id`= 0 AND `link`= 1; -- cgit v1.2.3