From f6788b78a6d5237c86ec5ff8c087a0d630f3afeb Mon Sep 17 00:00:00 2001 From: Killyana Date: Fri, 7 Oct 2016 02:29:04 +0200 Subject: DB/SAI: Update event flag for war-golem used on ... Or Maybe We Don't Coses #18042 --- sql/updates/world/3.3.5/2016_10_07_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_10_07_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_10_07_00_world.sql b/sql/updates/world/3.3.5/2016_10_07_00_world.sql new file mode 100644 index 00000000000..0ecd7195b6d --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_07_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_flags`=`event_flags`|512 WHERE `entryorguid` IN (27017); -- cgit v1.2.3