From 5e7fefb162e5d6278a59ff644bcbf71f02f24dcc Mon Sep 17 00:00:00 2001 From: Killyana Date: Fri, 7 Oct 2016 02:29:04 +0200 Subject: [PATCH] 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 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);